Don't write bugs
teamten.com
Don't write bugs
1–10 of 113 posts
Re: Don't write bugs
#2Re: Don't write bugs
#3Re: Don't write bugs
#4Re: Don't write bugs
#5Keeping a log of your mistakes and analyzing them is helpful in any number of things, including coding. Can you not write any bugs? Probably not. But you can certainly reduce the number, and it’s worth taking the time to do so.
The “read what you wrote” advice is good - look for and notice bugs early so they’re easy to fix. Basically be your own pair programmer.
Re: Don't write bugs
#6I wish the author had expanded more. It would have been great to hear about the most frequent types of bugs they logged and other mitigation strategies.
Re: Don't write bugs
#7I thought there'd be something meatier than "don't write bugs" and "reread your code" but I was wrong.
Re: Don't write bugs
#8School and the software industry are different beasts. Once the pressure of "real life" kicks in, your brain starts to work differently, often trading some of that academic brilliance for other things you need to survive.
Ironically, I have seen some of the best code quality at places with crappy salaries. These companies are aware that they cannot compete with the bigger fish, so they are not as prone to squeeze their developers for that extra cent.
Re: Don't write bugs
#9 > Everyone knows good programmers should plan
> for the future, should avoid boilerplate, should
> write elegant abstractions. Don’t. Those “good
> programmers” write heaps of garbage that get
> thrown away.