Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What are your best and worst coding traits?
#12
Best trait: Perfectionism regarding the final product.  I usually aim to crank out the tightest, fastest code that I can.


Worst traits:
  • Premature optimization, which can add to debugging headaches and delay the first successful run.  (see "best trait" above.  "Premature optimization is the root of all evil (or at least most of it) in programming." --Donald Knuth)
  • Stalling the start of a major project by over-thinking it and trying to figure out the entire program before I start typing.  Once I've solved the major issues and have an idea how the program will look, the project becomes mainly a matter of typing and debugging.  I lose interest and I shelve it, sometimes forever.
Reply


Messages In This Thread
RE: What are your best and worst coding traits? - by JRace - 11-10-2022, 04:01 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Program Flow vs Coding Order Pete 3 262 02-03-2026, 05:30 PM
Last Post: Pete
  personal coding challenge results James D Jarvis 4 641 06-20-2025, 03:20 PM
Last Post: James D Jarvis
  Funny Coding eoredson 10 1,861 01-01-2025, 05:09 AM
Last Post: eoredson
  Coding Efficiency SMcNeill 33 6,007 09-13-2024, 06:56 PM
Last Post: Pete
  Coding Styles Pete 33 5,698 09-09-2024, 12:46 AM
Last Post: dano

Forum Jump:


Users browsing this thread: 1 Guest(s)