• 0 Posts
  • 17 Comments
Joined 2 years ago
cake
Cake day: July 18th, 2023

help-circle
rss







  • I would like to point out its not even we. Its upper management and ‘the stockholders’. Everyone from the peon to lower management knows that people don’t work continuously for their shift. I doubt anyone can work continuously for that long and not go crazy.

    But the reward from mid and management and above for completing your work is more work. Which is great for them since you completing more work means they get bonuses.


  • Don’t comment what a line is doing. Instead, write your code, especially names for variables, constants, classes, functions, methods and so on, so that they produce talking code that needs no comments.

    Over and over and over again in my experience this just doesn’t work. Readable code does not substitute for comments about what the code should be doing.