You're all stupid.
That is all. Have a nice day. :)
You're all stupid.
That is all. Have a nice day. :)
Join the Gleeok Book Club - It's easy, all you have to do is read...
"Protocols of the Learned Elders of Zion" (British Royal Institute, 1906)
None Dare Call It Conspiracy -Gary Allen
Deliberate Dumbing Down of America -Charlotte Iserbyt
Morals and Dogma -Albert Pike
Bloodlines Of The Illuminati -Fritz Springmeier
The Rape Of Justice -Eustace Mullins
The World Order, A Study in the Hegemony of Parasitism -Eustace Mullins
The Most Dangerous Superstition -Larken Rose
"War is a Racket" �Major General Smedley Butler
The WWI Conspiracy: Part 1 - Part 2 - Part 3 "A New World Order"
�The modern theory of the perpetuation of debt has drenched the earth with blood, and crushed its inhabitants under burdens ever accumulating.� �Thomas Jefferson
�It is well enough that the people of the nation do not understand our banking and monetary system for, if they did, I believe there would be a revolution before tomorrow morning.� �Henry Ford
�Man will ultimately be governed by God or by tyrants.� �Benjamin Franklin
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.
![]()
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?
![]()
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).
There are currently 1 users browsing this thread. (0 members and 1 guests)