|
|
|
|
|
by CorvusCrypto
2564 days ago
|
|
So taking a devil's advocate approach on this... What would you think about text if you instead organized your code into logically partitioned submodules and followed a very easy to understand organization? In my opinion, when working with a codebase that is well organized, it feels like reading a blueprint just by the folder and file structures. So the question from the devil's advocate, are we really in need of visual methods for programming? or do we just need to get better at organizing code? Edit: Assume that good organization lends to easy copying/generation of submodules for use elsewhere |
|