Elevated Gaming Network
http://elevatedgaming.net/forums/

Best Programming Practices
http://elevatedgaming.net/forums/viewtopic.php?f=15&t=25005
Page 1 of 1

Author:  CharlieKelly [ Thu May 04, 2017 2:46 pm ]
Post subject:  Best Programming Practices

Ever had problems with your applications crashing due to the memory leaks? Well just BLOW IT THE FUCK UP! Job done!

Image

from https://groups.google.com/forum/message/raw?msg=comp.lang.ada/E9bNCvDQ12k/1tezW24ZxdAJ

Author:  Lyriati [ Thu May 04, 2017 7:15 pm ]
Post subject:  Re: Best Programming Practices

#skills.py

charlie = "cool"
my_programming_skills = "shit"

print("my programming skills are" + my_programming_skills)

Author:  GoopSauce [ Thu May 04, 2017 7:23 pm ]
Post subject:  Re: Best Programming Practices

Ha nerds

Author:  Yiggles Moto [ Thu May 04, 2017 10:02 pm ]
Post subject:  Re: Best Programming Practices

please always do
tabs, not spaces
Code:
function(args)
{
    //do stuff here..
}

instead of
Code:
function(args){
    //do stuff here..
}

and always comment your code.. add whitespace for readability, and tell your mother you love her

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/