|
|
|
|
|
by Gibbon1
2654 days ago
|
|
I'll second that a lot of 'best practices' is cargo cult like gate keeping. Just learn how to write idiomatic code in whatever language / framework you are using. At least the approaches are good enough. And other OCD/Autistic programmers won't lose their shit when they see it. Do try to write code in an active AKA explicit way. Whne you read the code it should be obvious what it's trying to do. Code where the right thing 'just happens' is never clever it's just bad. Do remember the process you use for a tiny team is different than google or facebook or a web dev sweatshop. |
|