|
-
May 29th, 2000, 05:56 PM
#11
transcendental analytic
What's wrong with modules? I think it's a lot more comfortable when i have all the source in front of me, instead of linking to dll's containing i don't know what, but has probably a lot of bugs. And if something drains performance, it's probably because someone made a function too userfriendly and errorhandling.
When working in teams it's probably also best to have all the source available for all members, but it should be also well documented and all changes made to other's code shoud be commented.
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|