d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > When You Post Code... Make It Clear
Add Reply New Topic New Poll
Member
Posts: 8,564
Joined: Jun 13 2006
Gold: 4.75
Nov 30 2012 04:17pm
Here is a little something for all of you

http://ideone.com/


+ it compiles and gives feedback

BTW it does not create an executable, nor can it harms your computer, it is more of a NOTEPAD ++ but online to share code

This post was edited by Fawar on Nov 30 2012 04:21pm
Member
Posts: 4,605
Joined: Sep 15 2011
Gold: 9,464.00
Nov 30 2012 04:59pm
Or just use code brackets.
Member
Posts: 8,564
Joined: Jun 13 2006
Gold: 4.75
Dec 1 2012 07:31am
Quote (irimi @ 30 Nov 2012 17:59)
Or just use code brackets.


Which isnt bad but, yet everyone who code will prefer something similar to a IDE.
Member
Posts: 4,605
Joined: Sep 15 2011
Gold: 9,464.00
Dec 1 2012 07:08pm
honestly it doesn't matter. good code reads well even when written on the back of a napkin. bad code reads poorly no matter what you do with it (other than deleting it off course)
Member
Posts: 8,564
Joined: Jun 13 2006
Gold: 4.75
Dec 2 2012 04:27pm
Quote (irimi @ 1 Dec 2012 20:08)
honestly it doesn't matter.  good code reads well even when written on the back of a napkin.  bad code reads poorly no matter what you do with it (other than deleting it off course)


Well, that's your opinion. I prefer when i try to help someone who do not think like me nor write like me, to have some indentation and color to guide me threw their code.
Plus, if it was that less usefull, nobody would have been paid to implement it in most of the DE. It's productive.
Member
Posts: 4,605
Joined: Sep 15 2011
Gold: 9,464.00
Dec 3 2012 01:11am
when it comes to people posting code here, i (and i'm sure many others) would rather see the code inline with the post, in code brackets. unless you're posting multiple classes/files, a single class or code snippet is trivial to read even without syntax highlighting.

if you need syntax highlighting in order to figure out what's going on with code that can fit into a single page, l2p.

This post was edited by irimi on Dec 3 2012 01:11am
Member
Posts: 8,564
Joined: Jun 13 2006
Gold: 4.75
Dec 3 2012 07:36am
Quote (irimi @ 3 Dec 2012 02:11)
when it comes to people posting code here, i (and i'm sure many others) would rather see the code inline with the post, in code brackets.  unless you're posting multiple classes/files, a single class or code snippet is trivial to read even without syntax highlighting.

if you need syntax highlighting in order to figure out what's going on with code that can fit into a single page, l2p.


Well think for yourself, and now stop flaming.
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Dec 3 2012 02:17pm
Quote (Fawar @ Dec 3 2012 09:36am)
Well think for yourself, and now stop flaming.


he is thinking for himself?

anyways i agree with irimnoob if you need an IDE look alike to follow code less than 200-300 lines theres something wrong lol (ive been working on a 1400+ line project in a single .c file and you can follow the code in kate (linux notpad fyi) without thinking). tbh i just copy shit into notepad if its to long for jsp and just search for function names to see whats going on. then again i rarely do that because no one here ever posts anything more than like 50 lines.

This post was edited by AbDuCt on Dec 3 2012 02:20pm
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll