cargo
cargo copied to clipboard
Proper variable namings
I can see in the code a lot of variables like fn, t, v, etc.
Wouldn't it be better to keep some naming convention with actually meaningful names for all variables?
It would be simpler to do right now, when project is young.
Some of the naming decisions come from the conventions of the Go language itself. But we can work something in that sense. Want to jump in?
Well I can help with reviewing for now. Don't have too much time to contribute some code for now