Journal Articles
Browse in : |
All
> Journals
> Overload
> o145
(5)
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.
Type-agnostic Tracing Using {fmt}
Bob Schmidt
03 June 2018 17:07:06 +01:00
Tracing compound and custom types is a challenge. Mike Crowe demonstrates how {fmt} provides a safe alternative to printf.
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.
A Short Overview of Object Oriented Software Design
Bob Schmidt
02 June 2018 16:45:39 +01:00
Object oriented design has many principles. Stanislav Kozlovski demonstrates good design through a role playing game.