Splitting code into modules - some better ways
#1

I tried doing it myself, finished few projects using my method, but it gets really messy in the end

Is there some way/library/set of snippets/plugin which will allow me to:
- use multiple files
- define header files (well, it contains itself in first point)
- use namespaces (with easy access to namespace name from other files)

Additional points for:
- not using outside programming language (I considered writing builder in ruby/php/js, but maybe there are some simpler methods not requiring thirdparty tools), therefore requiring only pawn compiler to build
Reply
#2

Oh, how splendid. I always considered 'static' usage only for remembering value within function without creating unnecessary global variable - that's what you get for only sweeping through documentation.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)