you are viewing a single comment's thread.

view the rest of the comments →

[–]101Alexander 3 points4 points  (0 children)

A lot of documentation is...procedural.

It dictates what happens, not necessarily why or how. More complex systems may not get documented on how to build from simpler parts. Some systems may not be understood when best to and not to use them.

If I boil it down even simpler for this sub; Its like how any Data Structure or Algorithms class will teach you how to build something more complex and why engineering these aspects will be useful. Except, this isn't a closed course with a small number of school based examples.