Codelines

Debugging the art of software

Entries for the ‘Uncategorized’ Category

Bottleneck Analysis - How You Can Mitigate Risk in Your Software Project

I’ve been thinking about risk analysis/assessment lately (for both my agile and final year project). Exactly what it means, when to look for it (risks/bottlenecks) and how to circumvent them.
When should you perform bottleneck analysis or risk assessment?
Prudent thinking would suggest early on before problems/risks and bottlenecks begin to manifest them self. I don’t know [...]

Leave a Comment

Why Culture is Important in Software Development Teams

Team work sure does bring with it a whole lot of issues. Some good, some bad. Like most things in life, you take the good with the bad and hope the good outweighs the bad More specifically, you can’t build any software system of size without more resources; in this case, developers. Culture plays [...]

Leave a Comment

Using Genetic Algorithms To Solve Sudoku Puzzles - Part II

See part I here.
Finally the end of another semester and another incredibly long week. It was a huge effort to get the software and report finished for AI in just over a week. Nevertheless, it was quite interesting. After running batch files, collating enourmous amounts of data, producing graphs and analysing algorithmic trends and points [...]

Leave a Comment