|
|
|
|
|
by feoren
437 days ago
|
|
> It's very difficult to decide which module to put an individual function in It's difficult because it is a core part of software engineering; part of the fundamental value that software developers are being paid for. Just like a major part of a journalist's job is to first understand a story and then lay it out clearly in text for their readers, a major part of a software developer's job is to first understand their domain and then organize it clearly in code for other software developers (including themselves). So the act of deciding which modules different functions go in is the act of software development. Therefore, these people: > Quite often coders optimise for searchability, so like there will be a constants file, a dataclasses file, a "reader"s file, a "writer"s file etc etc. Those people are shirking their duty. I disdain those people. Some of us software developers actually take our jobs seriously. |
|