Jump to content

Talk:Criticism of C++: Difference between revisions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Content deleted Content added
Aandu (talk | contribs)
No edit summary
No edit summary
Line 10: Line 10:
Economy of expression
Economy of expression
Tools for mitigating issues with C.... [[User:Aandu|Aandu]] ([[User talk:Aandu|talk]]) 08:46, 26 December 2007 (UTC)
Tools for mitigating issues with C.... [[User:Aandu|Aandu]] ([[User talk:Aandu|talk]]) 08:46, 26 December 2007 (UTC)

Let me add a topic for elaboration: In my experience, compared to C, C++ programs tend to end up vastly more bloated, overly-complex, and hard to follow. This seems to be from a proclivity towards major over-and-mis-use of Object Oriented programming as a universal panacea, where every stupid little thing becomes an elaborate class. Discuss.

Revision as of 11:43, 29 December 2007

This article is not well recherched and requires serious rework before merged. 85.88.24.15 (talk)

The topic "Criticism of C++" is a requested article on wiki. Hence an effort has to be made to start somewhere so that it can be revamped by experts once the work gets started. Aandu (talk) 08:38, 26 December 2007 (UTC)[reply]

The following Topics need to be elaborated upon:

  No Dynamic type safety  
  Criticism of features that break Object Orientation
  Standardization drive 
  Maintenance
  Economy of expression
  Tools for mitigating issues with C.... Aandu (talk) 08:46, 26 December 2007 (UTC)[reply]

Let me add a topic for elaboration: In my experience, compared to C, C++ programs tend to end up vastly more bloated, overly-complex, and hard to follow. This seems to be from a proclivity towards major over-and-mis-use of Object Oriented programming as a universal panacea, where every stupid little thing becomes an elaborate class. Discuss.