U++ framework
Do not panic. Ask here before giving up.

Home » Developing U++ » External resources » Static OOP (C++...) vs Dynamic OOP (CLOS...)
Re: Static OOP (C++...) vs Dynamic OOP (CLOS...) [message #434 is a reply to message #432] Sun, 01 January 2006 08:27 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14291
Registered: November 2005
Ultimate Member
Well, those "CLOS" gyus are totally off as all dynamic programming advocates. Even reading their material:

Quote:


C++ requires any redesign in the classes and methods to be completely consistent and correct across the entire application source code before a design modification can be compiled, let alone tested.



...and they think this is a disadvantage?!!!!

Is it so hard to understand that using static type checking, compiler catches many bugs for you, makeing development and refactoring of very large applications easy and safe?

Damn, sometimes I refactor code using C++ by invoking compiler on unfinished change just so he tells me what to fix (via errors indicating type/signature inconsistency).
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: dynamically updating programs....
Next Topic: opinions about FOX-TOOLKIT
Goto Forum:
  


Current Time: Tue Sep 15 09:11:53 GMT+2 2026

Total time taken to generate the page: 0.00872 seconds