Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

DEPENDENCY INJECTION

Name: Anonymous 2014-05-24 0:11

What's your opinion on DI? is it just enterprise overengineering shit or it actually makes your code better and testable?

Name: Anonymous 2014-05-24 18:50

>>22
Okay, have this:
* Weak typing: Types are not enforced at all. Type casts are done at the programming language's will. Bad examples, Javashit and PHP. C is not as weak as JS.
* Strong typing: Types are enforced. Operating two things of incompatible types immediately halts execution of the program. Casts need to be explicit. Examples: pretty much everything else.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List