[Tutorial] How to write readable and maintainable code
#5

Quote:
Originally Posted by Eoussama
Посмотреть сообщение
Great mate, but there is only a tiny thing that's bugging me in most codes, It's not something huge or wrong, but people keep using this
PHP код:
new PLAYERNAME[24]; 
which I'm totally fine with, but I prefer seeing this instead
PHP код:
new PLAYERNAME[MAX_PLAYER_NAME]; 
overall, I liked your presentation, good job and keep up
Well, in my opinion, it's not that terrible, but yeah people should use the define instead.
I just used the 24 as a bad example for the missing usage of a define, changed it at "Part 4: Defines"
Reply


Messages In This Thread
How to write readable and maintainable code - by BiosMarcel - 11.12.2016, 16:42
Re: How to write readable and maintainable code - by Vince - 11.12.2016, 17:01
Re: How to write readable and maintainable code - by BiosMarcel - 11.12.2016, 17:08
Re: How to write readable and maintainable code - by Eoussama - 11.12.2016, 17:10
Re: How to write readable and maintainable code - by BiosMarcel - 11.12.2016, 17:14
Re: How to write readable and maintainable code - by Vin Diesel - 11.12.2016, 17:21
Re: How to write readable and maintainable code - by coool - 12.12.2016, 16:27
Re: How to write readable and maintainable code - by X3nZ - 14.12.2016, 03:35
Re: How to write readable and maintainable code - by Swedky - 14.12.2016, 03:53
Re: How to write readable and maintainable code - by BiosMarcel - 14.12.2016, 05:18
Re: How to write readable and maintainable code - by iLearner - 14.12.2016, 05:32
Re: How to write readable and maintainable code - by GoldenLion - 14.12.2016, 05:37
Re: How to write readable and maintainable code - by NaS - 24.12.2016, 10:04
Re: How to write readable and maintainable code - by BiosMarcel - 24.12.2016, 10:24
Re: How to write readable and maintainable code - by NaS - 24.12.2016, 10:38
Re: How to write readable and maintainable code - by BiosMarcel - 24.12.2016, 10:47
Re: How to write readable and maintainable code - by BiosMarcel - 24.12.2016, 11:01
Re: How to write readable and maintainable code - by Luicy. - 24.12.2016, 11:02
Re: How to write readable and maintainable code - by BiosMarcel - 24.12.2016, 11:05

Forum Jump:


Users browsing this thread: 1 Guest(s)