Articles tagged ACCU

  1. Productivity++ != Better
  2. Go! Steady. Ready?
  3. Jokey Code?
  4. Speaking at the ACCU Conference 2015
  5. Lessons from the OuLiPo. All about a talk I'll be giving at ACCU 2015
  6. ACCU 2013
  7. An Exploration of the Phenomenology of Software Development
  8. More adventures in C++
  9. ACCU Bristol and Bath
  10. Inner, Outer, Shake it all abouter. Encapsulation is about allocating responsibility and easing utility rather than protecting data.
  11. Software development checklist += 3
  12. Spolsky podcast causes exercise bike incident
  13. Tell me about … Virtualization. An attempt to describe virtualization, why it's useful, and when to consider using it.
  14. Entertaining Documentation
  15. Fixing Compiler Warnings the Hard Way. Listen when your compiler grumbles, but sometimes you should ignore its suggestions.
  16. Programming Nirvana, Plan B. Simon Peyton Jones discusses functional programming, Haskell, and promotes a radical route to programming Nirvana at ACCU 2008.
  17. Fun with Erlang, ACCU 2008
  18. Ima Lumberjack, (s)he’s OK. Gender-neutral technical writing using fictional names.
  19. Tracing function calls using Python decorators. Developing code to trace function calls using Python decorators.
  20. ACCU Conference 2008. A preview of ACCU 2008.
  21. Seeing with a fresh pair of ears
  22. Paralipsis
  23. PyCon UK: statistics, pictures and perennial problems
  24. Pitching Python in three syllables
  25. Koenig’s first rule of debugging. The problems caused by the C++ compilation model, dependencies and cryptic compile diagnostics. If an expert like Andrew Koenig can’t get it right, what hope for the rest of us?
  26. He Sells Shell Scripts to Intersect Sets. The Unix command shell contains a lot of what I like in a programming environment: it’s dynamic, high-level, interpreted, flexible, succinct. This article shows the Unix tools in action.
  27. Printed C++ Journals
  28. Soft Documentation. A software developer's investigation into documentation tools.
  29. The case against TODO. A neat label for work in progress or an easy way to disguise the flaws in a codebase?
  30. Metaprogramming is Your Friend. An investigation into metaprogramming techniques used by lazy C, C++, Lisp and Python programmers.
  31. A Mini-Project to Decode a Mini-Language
  32. Code in Comments. Don't comment out dead code, delete it!
  33. Brackets Off! Thoughts on operator precedence.