Is this kind of Design by Contract useless?
- by Charlie Pigarelli
I've just started informatics university and I'm attending a programming course about C(++).
The programming professor prefers to teach very few things (in 3 month we have just reached the functions topic) and connect every topic with a type of programming design that somehow is similar to the Design by Contract design.
Basically what he ask us to…