My reading list for tomorrow:
Nothing really big, just some random programming-related blog posts, but all of them look really interesting and helpful.
A very interesting post from Mark Wielaard outlines how we can "ensure that developers can create applications using the java programming language without having to depend on proprietary software". Very good read and definately a very important and worthwhile cause.
Also recommended: ClasspathMigration: practical tips on how to avoid proprietary (java) coding styles.
(via eDev News)
John Musser has a list of contests where you can win money by coding. Nice way to get some more pocket money, I'd say...
I also like his final remark in that blog post:
Life is short, code wisely.
Michael Howard, David LeBlanc and John Viega have written a book called The 19 Deadly Sins of Software Security, which is to be published soon.
It explains the most important security issues one encounters in the software industry in a Design Patterns-like format. Each software security Sin is structured according to the following sections: Overview, The Sin Explained, Sample Code Defect, Spotting the Defect Pattern, Spotting the Defect during Code Review, Testing the Defect during Test, Example Defects, Redemption Steps, Extra Defensive Measures, Other Resources, Summary.
The 19 chapters, or Sins, each 10-15 pages long:
(via Dana Epp)
This is what happens to you, if you try to perform too many code changes at once. It's usually better to perform small, incremental changes and run your unit tests (hopefully many) after each of them to check if you messed up.
I don't want to even think about cases where you don't have any test cases at all. In such a case, debugging nightmares are preassigned.
I'm currently involved in multiple Ruby projects where I make extensive use of unit testing. Ruby ships with a built-in, easy to use unit testing library called Test::Unit, so you really don't have any excuse for not unit testing your code.
Recent comments
25 weeks 1 day ago
51 weeks 3 days ago
1 year 6 weeks ago
1 year 7 weeks ago
1 year 7 weeks ago