Archive for September, 2008
Friday, September 12th, 2008
[caption id="attachment_197" align="alignleft" width="300" caption="Photo by MNSC"][/caption]
Before doing any kind of optimisation it is important to find out where your program is spending its time. A lot of people have wasted a lot of time and written lots of unnecessary code because they thought they knew where to optimise. If ...
Posted in More advanced topics, Optimisation | 1 Comment »
Monday, September 8th, 2008
[caption id="attachment_180" align="alignleft" width="300" caption="Photo by Jurvetson"][/caption]
Sometimes, there's no substitute for actually trying something out. A prototype is a 'quick-and-dirty' piece of code in which you try out possible solutions to some (or all) of your requirements. In this article, we're going to consider the whens, whys and hows of ...
Posted in Design/planning | 1 Comment »
Friday, September 5th, 2008
[caption id="attachment_173" align="alignleft" width="300" caption="Photo by Ethan Hein"][/caption]
In this post, we're going to introduce the concept of code optimisation. We'll present the big picture of what it is, why it's important, and cover the main things you need to consider when thinking of optimising your code. Optimisation is the ...
Posted in Optimisation | No Comments »
Monday, September 1st, 2008
[caption id="attachment_159" align="alignleft" width="300" caption="Photo by mpov"][/caption]
Following on from our articles on choosing a programming language (I and II) and answering a request from one of our readers, this post gives a couple of concrete examples of the process of choosing programming languages. We've taken them from our own experiences, ...
Posted in Choosing a programming language | 1 Comment »