13

What is your golden rule as a developer?

Comments
  • 8
    You must follow a styleguide when available and/or proper coding conventions.
  • 25
    In my 6 years of development expierence... my answer to this is...

    Do not date the Graphic Design girl whose desk is next to yours.
  • 12
    Document EXACTLY what people request. This way when I finish what they ask, I can turn around and say no when they request more.
  • 5
    SOLID, readability, simplicity.
  • 2
    Build and test. When in doubt, JFDI.
  • 4
    Watch what you merge
  • 6
    Don't get attached to anything that isn't a personal project.

    Oh yeah, and hold in the cuss words til after the meeting.
  • 11
    Write the code as if the next person that has to maintain it is an axe murderer that knows where you live.
  • 2
    git push --force
  • 13
    Don't push to production on Friday
  • 7
    KISS - Keep It Simple Stupid 👍🏻
  • 2
    don't git push after dark
  • 4
    If my code is working, reward myself with coffee. If my code is not working, motivate myself with coffee.
  • 1
    Implement the simplest thing that can possibly work then see what problems actually occur and solve those instead of guessing what problems you need to solve ahead of time.
  • 1
    code quality
  • 4
    If you can't draw it on a whiteboard, it's too soon to start coding.
  • 2
    Campground rule: leave it better than you found it
  • 1
    Write and Implement content so that even a less-educated person can understand what was implemented.
  • 0
    Make it work.
  • 0
    Some great rules here people, keep it up!
  • 1
    Simplicity is golden. No need to complicate things. If it takes longer for a cleaner version... So be it.
  • 0
    Work hard, play hard!
  • 1
    learn to love coffee, it is your only true friend
  • 0
    Use margins and tidy your code.
    Oh, the code is not some thing that personal
Add Comment