Love this language!!!

BlitzMax Forums/BlitzMax Beginners Area/Love this language!!!

Jeremy Alessi(Posted 2004) [#1]
Man ... it's so easy to make some nice clean code with this! I suppose I've been really waiting for a good OO way to do things and in Blitz3D I had a good method of organzing things for myself but in BlitzMax the amount of organization you can get is much improved. Thanks ;)


Amon_old(Posted 2004) [#2]
Agreed. Although I'm still learning the OOP ways of coding I'm finding that my code is more organised and readale. Its easy to identify problems when you've chosen the OOP route.


Warren(Posted 2004) [#3]
Jeremy

Agreed! I've started porting some of my old code up to BlitzMax and it's been a lot of fun. Rewriting old hacky routines to use OOP techniques is like a breath of minty fresh air...


jhague(Posted 2004) [#4]
It's not the OOP so much for me as it is to be able to break a program into separately compiled modules.