You're all stupid.
That is all. Have a nice day. :)
You're all stupid.
That is all. Have a nice day. :)
This post contains the official Gleeok seal of approval. Look for these and other posts in an area near you.
I'm on the same page as you. OOP is for the birds. It needlessly complicates stuff to the point where without an advanced IDE, you don't know what the flidd is happening. I prefer precise, and concise code. All of the absurd objectification that J-languages injected into C to become cpp11 is a thorn in me side.
Case in point: I do not require a fdebugger to find, and fix bugs in C99, and cpp03/cpp08 code that is not overly objectified.
99.995% of the time, I can find, and fix, bugs using a plain text editor.
All of the extraneous OOP and needless abstraction drives me batty, and it's a trap, IMO. If you write clean, simple code, then you can work out flaws with no more than visual examination. Anything that reduces human legibility is breaking a fundamental premise of programming: Program code is written for humans to read, and only incidentally for machines to execute.
http://www.zoriarpg.com/zc/LoE_Userbar.png http://zoriarpg.com/zc/EiyuuUserbar.png
http://www.zoriarpg.com/zc/CIS_Original.pnghttp://www.zoriarpg.com/zc/CIS_II_Userbar.png
Latest ZC 2.53 (Win32) | (Technical Specification | Changelog)
Latest ZC 2.55(Win32) | 2.55 Modules | (Techical Specification | Changelog)
ZC Source Code | ZClaunch Source Code
Featured Scripts & Headers: RPG.zh ( v. a0.97.1 ) ( RPG.zh Thread ) | Zelda 3 Thief's Town Treasure Chest Minigame (ffc) | Bobomb (enemy)
ZScript & ZC-Related Pastebin | ZC Dev & Builds | ARCHIVED ZC Dev & Builds | YouTube Channel | Quests and ZScript Repository
All of the code that I create and publish here is free for use, modification and distribution under the GPL v2.0, or v3.0 where applicable.
Download Lands of Serenity today! You will be knocked comatose by its sheer awesomeness.
The Titan's Quest, best played in the bathroom as the excitement can be somewhat...overwhelming.
Official AGN Discord Channel
Official ZC Dev Discord Channel
Ocarina Of PIME?
http://www.zoriarpg.com/zc/LoE_Userbar.png http://zoriarpg.com/zc/EiyuuUserbar.png
http://www.zoriarpg.com/zc/CIS_Original.pnghttp://www.zoriarpg.com/zc/CIS_II_Userbar.png
Latest ZC 2.53 (Win32) | (Technical Specification | Changelog)
Latest ZC 2.55(Win32) | 2.55 Modules | (Techical Specification | Changelog)
ZC Source Code | ZClaunch Source Code
Featured Scripts & Headers: RPG.zh ( v. a0.97.1 ) ( RPG.zh Thread ) | Zelda 3 Thief's Town Treasure Chest Minigame (ffc) | Bobomb (enemy)
ZScript & ZC-Related Pastebin | ZC Dev & Builds | ARCHIVED ZC Dev & Builds | YouTube Channel | Quests and ZScript Repository
All of the code that I create and publish here is free for use, modification and distribution under the GPL v2.0, or v3.0 where applicable.
If you can learn how to use a debugger and produce a stack trace on crashes, your quality of life will go up tremendously.99.995% of the time, I can find, and fix, bugs using a plain text editor.
It has its pros and cons. Many places OOP is tremendously useful. I don't think anyone can credibly claim that raw pointers and arrays are easier to use, or less likely to be buggy, than STL counterparts like std::string, std::vector, or std::map. In my research code, I don't know what I would do without OOP libraries for sparse linear algebra like Eigen.
But of course it's possible to overdo it. I've had to deal with some libraries that are very much overengineered to be the point of being nearly unusable (CGAL https://www.cgal.org/ comes to mind).
Start calling the ZScript COP (Combo oriented programming)
There are currently 1 users browsing this thread. (0 members and 1 guests)