Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Multi file programming

Name: Anonymous 2016-11-22 4:17

hello

tell me about your experiences with programming projects that use multiple files.

How do you organize code, how do you make sure ecah file is able to see the symbols defined in the other ones? what kindof module systems are you using and what ways are they good or bad? Do you have any visions for a radical change in the way to manage stuff like this?

Name: Anonymous 2016-11-22 7:44

I use the time-tested '1 file = 1line of code' paradigm. I put everything in a single directory in an alphabetic order and then build my project based on this ENTERPRISE build script:
cat * | $COMPILER_OR_INTERPRETER

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List