Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

58
votes
29answers
4k 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 good technical ...
11
votes
13answers
2k 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), components can be easily ...
1
vote
3answers
70 views

What are the PHP Dos and Donts on XSS?

Could any guru tell me the Dos and Donts of PHP when dealing with XSS issue? What de facto principles shoud I use when passing parameters between forms and dbs to prevent XSS? Are any of these ...
1
vote
10answers
373 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 keep in mind when using ...