-
Posts
710 -
Joined
-
Last visited
-
Days Won
10
Single Status Update
See all updates by Dylanrockin
-
Programming fun:
Class CustomMenu < TrainerAbilitiesClass
do fun stuff
def morefunstuff
return morefunstuff
end
end
That's the sound of Dylan having fun. Aliasing never felt better when you meld those superclasses together and all those custom methods and classes execute like a dream. It's beautiful. Programming fun at it's finest, when spamming "ifs and elsifs" isn't present, making the code much easier to read and interpret. Biggest programming pet-peeve right there, when you look at someone's code to help them and it's just an ocean of "if" statements.