Sujet : Re: Suggested method for returning a string from a C program?
De : janis_papanagnou+ng (at) *nospam* hotmail.com (Janis Papanagnou)
Groupes : comp.lang.cDate : 25. Mar 2025, 08:19:14
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vrtldq$2qq1a$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
On 25.03.2025 01:53, bart wrote:
I used to do that without makefiles! If you've been working on a project
for a year, then you know exactly what the dependencies are. [...]
This explains a lot (about you, about your projects). It's not what
non-trivial real life projects look like, obviously. - I wonder why
you insist (and re-iterate) that this mindset would be relevant for
professional software projects. It may "work" (sort of) for simple
things that you do, but to infer that your simple approach here is
of any relevance, as a sophisticated software development principle,
and ignoring the fundamental divide and conquer principle, which is
scalable and applicable for all project sizes, and especially for
the non-trivial ones, is beyond me. If you're working just on small
and the same (small) projects all the time, and also if you have no
co-workers, or both, then you have a very special case; suboptimal
private development habits may work for you but that's all. There's
just no reason to not use makefiles (or other dependency managing
tools) and let them decide what needs to be compiled [in no time].
Janis