Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 13980
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: Sat May 18 09:17:29 CEST 2024

Total time taken to generate the page: 0.02265 seconds