Conversation

The error handling in still leaves a lot to be desired. `if err != nil` repeated ad infinitum in a codebase is bad... but not whinging about unhandled errors is worse imo.
1
5
A simple thing: trying to read each line in a file, split them by a space, and return a two-element vector for each line. I’ll send you some code when I’m back at my machine.
1
1
Show replies