• 0 Posts
  • 3 Comments
Joined 4M ago
cake
Cake day: Jul 03, 2024

help-circle
rss

Also then there are Jour Fixes and standups for the side projects you got rented out too and and and


But it’s also important to learn that comments should be brief and concise. We have one file from an ex-dev in which there are 750 lines of code and 2000 lines of comment, when someone wants to maintain this code they always have a hard time because this many comments are taking up so much screen real estate that you can’t find the code that actually does stuff


The problem is that a lot of people don’t understand when to ignore the rules and just stick with them forever.

We had a developer once that always said KISS KISS KISS whenever we pointed out that her functions are working but not reusable, so she wrote 20 functions that all did the same thing, but with slightly different parameters. And that’s just one of the examples