Re: Do you currently use namespaces?
- Posted by ken mortenson <kenneth_john at y?hoo.?om> May 26, 2008
- 1030 views
Jeremy Cowgar wrote: > [SNIP include example] > ---- This is proper coding. Ah, Jeremy, this is a grand statement. Especially when demonstrating the 'include everything' school of programming. I see this same problem in Microsoft programmers which is why they have a zillion constants for the definition of true and false (all with very precise names) in their code. Including fileA and fileB twice is only a little bit of nails on the chalkboard for me, but I can get past that because the language allows it. Ordering is just one aspect regarding the issue of modularity. Programmers are very good puzzle solvers. I'm sure that no matter what issue I bring up you'd be able to come up with an example of a solution. I respect you for that. None of that makes Euphoria a modular language.