Slide 15
Slide 15 text
Strongly Typed Languages
- Enforce API’s like this at compile time.
- You cannot compile a processor that does not take in an ITask
- Less dumb-fuckery.
- Even with documentation, people still get it wrong.
- In a dynamic interpreted [PHP / JS] language, how feasible is
this? But more importantly how many people will use it wrong?