Comment by mgaunard

Comment by mgaunard 21 hours ago

3 replies

so a project is a single target, and you still have the notion of libraries (which to me are an anti-pattern).

so no interest from me personally.

AI314159 21 hours ago

That's alright! However, if you don't mind me asking, what would make you potentially interested?

  • mgaunard 9 hours ago

    track dependencies at the source level, only build what you need, guarantee single version of a source throughout the program

arjonagelhout 18 hours ago

Could you elaborate on why you think libraries are an anti-pattern?

Is the alternative just one library or executable, with namespaces and directory structure being the source of truth for organization of a codebase?