I am currently doing a programming course, where the instructor first teaches us to write a piece of working code. He then encourages us to break it – to tweak some part of it until it stops working – and to restore it.
‘Break it till you make it’ is a mantra that every engineer follows. Just as software engineers take code apart to see how it works, mechanical engineers take cycles and automobile engines apart to put them back together.
The steps involved here are:
- Start with a working system
- Break the least significant part of it and restore the system
- Break increasingly significant parts and restore the system
- The the whole system apart and build it from scratch
The most effective means to become an engineer is actually to reverse engineer.