Martijn "I think it's overkill" - comment to a colleague who thinks it is important to explain the functional workings of a class to another colleague before the latter start programming in it.
Login or register your account to reply
Nkrs In object programming, the only time programmer has to make himself familiar with inner workings of a class is when he needs to fix bugs or write more of them!
7y, 22w 1 reply
Martijn No objects are being passed around. For some reason, classes are really just things that group functionality together in this project. Semi-namespaces. A single method after goes over a few hundred lines in size. Making any change to a method means you need to know the entire functional flow or risk breakage.
7y, 22w reply