|
Publish an API ... Thanks for the unbiased and useful insight into the whole procedural vs OOP debate. Lots of people out there are just driving themselves mad trying to 'uphold' their opinion on either side. Personally, I am using procedural approach for business application-like modules while maintaining;
|
devzone.zend.com/article/1236
|
|
|
|
The problem, however, was not OOP but instead the procedure-based API libraries that were the Microsoft standard at the time and the lack of an OO Microsoft standard (which .NET now provides).
|
www.devx.com/opinion/Article/27020
|
|
|
XP vs. OOP; XP says don't design and code for reuse until reuse is needed. Don't spend money for something until you need it and until you know just what you really need. This goes against one of the holy grails ... Another sacred cow of OOP is the ability to delegate responsibility to an isolated modular object or API,
|
www.devx.com/enterprise/Article/16919/1763/page/4
|
|
). Notice APIs are not limited to Microsoft stuff, even C family of languages. Java has it's own API suite. re OOP; Object Oriented Programming has methods in it's objects and their definition is the API you would use.
|
www.dotnetmonster.com/Uwe/Forum.aspx/vs-net-general/599...
www.dotnetmonster.com/Uwe/Forum.aspx/vs-net-general/5991/total-newbie-progamming-question-API-vs-Objects
|
|
Re: total newbie progamming question: API vs Objects ... Notice APIs are not limited to Microsoft stuff, even C family of languages. Java has it's own API suite. re OOP Object Oriented Programming has methods in it's objects and their definition is the API you would use.
|
www.ureader.com/message/31503.aspx
|
|
Most developers are still having some real issues to grasp the connection between AOP and OOP. ... Most C# developers would agree that inheritance modifiers are a good concept and that this will prevent consumers from using your API incorrectly.
|
rogeralsing.com/2008/12/05/aop-vs-oop-ignorance/
rogeralsing.com/2008/12/05/aop-vs-oop-ignorance/
|
|
; C →Imposes restriction on length of identifier. →A global variable can be declared several times without using extern specifier. C++ No restriction on identifier length. In C++, a global variable can't be declared several times. ... Terms - API ... Developers / API...
|
www.scribd.com/doc/21441626/cvscplusplus-or-structured-...
www.scribd.com/doc/21441626/cvscplusplus-or-structured-vs-oop
|
|
Have you ever participated in a flamewar between people who believe API should be full of interfaces and those who believe it is better to use classes? Was the dispute resolved somehow or people just kept their original views? ... Quiz: Name the First OOP Language!
|
openide.netbeans.org/tutorial/api-design.html
openide.netbeans.org/tutorial/api-design.html
|
|
... I guess this begs the question, "What makes an OOP programmer?" Does using OOP principles make it so? Does invoke objects and using them make it so? ... Anybody who has used the Windows API has done object programming - in the sense that they're programming objects - without necessarily being OO at all.
|
www.bennadel.com/blog/671-Frameworks-vs-Object-Oriented...
www.bennadel.com/blog/671-Frameworks-vs-Object-Oriented-Programming.htm
|
|