Razish / japp

JA++ server and client modification for Jedi Academy
GNU General Public License v2.0
44 stars 30 forks source link

C++fying code #378

Closed Exmirai closed 8 years ago

Exmirai commented 8 years ago

classes instead of structures, namespaces and so on

ensiform commented 8 years ago

You don't really need to get too carried away. C++ for the sake of c++ doesn't make a whole lot of sense.

Blackwolf1337 commented 8 years ago

Why... ?

ensiform commented 8 years ago

Why do it or why it doesn't make sense?

Razish commented 8 years ago

No plans for a C++/OOP rewrite for the sake of it. C++/OOP style code will be written where necessary, leaving the majority of the code as is.