Tagged Questions

39
votes
27answers
2k views

DOs and DON’Ts of a technical presentation

I am preparing a technical presentation for my team. Audience : Our team Topic : Introduction to a new technology So I want to know about the primary necessary things for a g …
5
votes
12answers
901 views

Quote needed: Preprocessor usage is bad OO practice

I believe, that the usage of preprocessor directives like #if UsingNetwork is bad OO practice - other coworkers do not. I think, when using an IoC container (e.g. Spring), componen …
1
vote
10answers
335 views

Dos and don’ts of using files

I am preparing a lecture on files for the more junior students in programming class. One of the points I want to elaborate are good practices with files. What are the thing to kee …