Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:Elegance only exists in textbooks (Score 1) 373

Most of the time, yes. Especially in the web development world. However, it does exist. I used to work for a major defense contractor. Our code ran on military aircraft and had to meet very rigid standards for very good reasons. Part of the development process was doing code reviews to make sure the code met those standards. They weren't the type of group code reviews people do to help programmers improve their code, but were one person sitting down going through the code line by line and looking for problems. When doing one of these reviews, I got to a section of code that I indeed considered elegant. Not only that, but I was fairly sure I knew which person did it. When I finished the review, I sought this person out and asked him if he had done it without telling him why I wanted to know. When he confirmed my suspicions, I made sure to compliment him on doing such a great job. Code like his not only passed the review, but would be a joy to maintain. I think a lot of it is the person's mindset.

Slashdot Top Deals

"It is better to have tried and failed than to have failed to try, but the result's the same." - Mike Dennison

Working...