|
From: Marcelo F. <mar...@gm...> - 2006-07-05 23:39:22
|
Hey guys!
I've noticed that some BIG declarations are made using only 1
line. I find it's difficult to read. Thus I'm proposing a guideline on
this for all developers to follow.
I'll explain it by example.
-- OLD DECLARATION ---
void Bullet_Fire(gentity_t *ent, float spread, int damage, qboolean
distance_falloff );
-- END--
-- PROPOSED DECLARATION --
void Bullet_Fire ( gentity_t *ent,
float spread,
int damage,
qboolean distance_falloff );
-- END--
what do you think?
--
Marcelo C. Freitas / ]eVe[gsa.OgRo(BR)*
Open Tactical Combat 2006
http://sourceforge.net/projects/otc6
AdaOS
http://www.adaos.net
Profile no last.fm:
http://www.last.fm/user/eVeOgRo
IM's:
MSN: bat...@ho...
ICQ: 24263609
Jabber: Og...@ja...
GTalk: mar...@gm...
Yahoo: baterausp
|