Archive for September, 2008
Monday, September 29th, 2008
[caption id="" align="alignleft" width="300" caption="Photo by Chainus"][/caption]
"I just can't find what's wrong with my code..."
Sometimes you just can't see why your code isn't working. It's clearly broken , but you have no idea why. Frustrating, isn't it? Happily, there are good tactics you can employ when this happens to find ...
Posted in testing/debugging | 1 Comment »
Friday, September 26th, 2008
[caption id="" align="alignleft" width="300" caption="Photo by jaycoxfilm"][/caption]
We've written a function in pseudocode. Twice. Once will be using good coding practice, care and attention. The other one won't. Because both functions will be doing the same thing, this is a great way to see the difference that good programming practice can ...
Posted in Case studies/examples, Craft of coding | 2 Comments »
Monday, September 22nd, 2008
[caption id="" align="alignleft" width="300" caption="Photo by RBerteig"][/caption]
In this article, we're looking at some more principles that can be very helpful when you're writing computer code. These are themes that underpin everything you do as a programmer and can make a huge difference to the quality of code you produce and ...
Posted in Craft of coding | No Comments »
Friday, September 19th, 2008
[caption id="" align="alignleft" width="300" caption="Photo by Martin Kingsley"][/caption]
There are lots of principles you can adhere to when writing computer code. In this article, we're going to look at a few of the more important ones!
Related posts:Eight more principles of great codingThe craft of codingCoding case-study: (re-) writing a clustering ...
Posted in Craft of coding | No Comments »
Monday, September 15th, 2008
[caption id="" align="alignleft" width="300" caption="Photo by Wolfgang Staudt"][/caption]
This article looks at the very basics of learning scientific programming. Any scientist-programmer must start their education somewhere. And we have some suggestions!
Related posts:The objectives of a scientific software projectChoosing a programming language- IA big list of programming languages
Related posts brought to you ...
Posted in Craft of coding | No Comments »