ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Overload Journal #134 - August 2016

Browse in : > Journals > Overload > o134

Editorial: Just a minute
Description : Constraints can seem like an imposition. Frances Buontempo wonders if banning hesitation, deviation or repetition is a good thing. by Frances Buontempo
Category: [ Journal Editorial ]
Some Big-Os are Bigger Than Others
Description : Big-O notation is often used to compare algorithms. Sergey Ignatchenko reminds us that asymptotic limits might not be generally applicable. by Sergey Ignatchenko
Category: [ Programming Topics ]
Kill the Clones
Description : Problems in code can hide in surprising places. Adam Tornhill demonstrates how to detect software clones and uncover hidden dependencies. by Adam Tornhill
Category: [ Programming Topics ]
Implementing SNAAAKE
Description : Almost everyone knows the game Snake! Thaddaeus Frogley shares a diary of how his implementation grew over time. by Thaddaeus Frogley
Category: [ Programming Topics ]
C++ Antipatterns
Description : Certain mistakes crop up frequently in C++. Jonathan Wakely offers some pro-tips to help you avoid common errors. by Jonathan Wakely
Category: [ Programming Topics ]
Testing Propositions
Description : Is testing propositions more important than having examples as exemplars? Russel Winder considers this hypothesis. by Russel Winder
Category: [ Programming Topics ]
Afterwood
Description : Barriers can cause bottlenecks. Chris Oldwood considers varying approaches to gatekeeping. by Chris Oldwood