If you're going to post something, please use the [source][/source] tags

Started by
14 comments, last by daerid 21 years, 7 months ago
Actually, using the source tags often makes short code hard to read. Small snipplets (1-2 liners) shouldn''t use those source tags because they take up so much space. However, yes, longer ones should.

---
My Site-My Tetris Clone w/Source
Come join us on IRC in #directxdev @ irc.afternet.org
Advertisement
...Masterg is a hypocrite, he didn''t use the source tags!
masterghttp:/masterg.andyc.org
Then use the code tags if the code is short:

BOOL CodeTagsEnabled = TRUE; 
// testing indentationclass a{  int a;  void out()  {    cout << "WTF" << endl;  }}; 
daerid@gmail.com
Are we done?
code tag''s don''t handle template code

I think this thread should be dropped into Annoucements and bump''ed eternally. I fix source & code tags constantly.
- The trade-off between price and quality does not exist in Japan. Rather, the idea that high quality brings on cost reduction is widely accepted.-- Tajima & Matsubara

This topic is closed to new replies.

Advertisement