Journal Articles
Browse in : |
All
> Journals
> Overload
> o104
(6)
All > Topics > Programming (877) Any of these categories |
- Options:
- View Article Map
- View Archives
Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.
Over-Generic Use of Abstractons as a Major Cause of Wasting Resources
Martin Moene
05 August 2011 19:27:36 +01:00
We often find ways to hide complexity. Sergey Ignatchenko looks at how this can be sub-optimal.
Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.
Thread-Safe Access Guards
Martin Moene
03 August 2011 19:42:02 +01:00
Ensuring safe access to shared data can be cumbersome and error-prone. Bjørn Reese presents a technique to help.
Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.
An Introduction to Test Driven Development
Martin Moene
02 August 2011 19:44:51 +01:00
TDD is too often thought to be all about Unit Tests. Paul Grenyer works through an example to show the bigger picture.
Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.
Why [Insert Algorithm Here] Won’t Cure Your Calculus Blues
Martin Moene
01 August 2011 19:51:11 +01:00
We now know that floating point arithmetic is the best we can do. Richard Harris goes back to school ready to show how to use it.