Quantcast
Viewing all articles
Browse latest Browse all 180

What kind of code format should I use for errors? [duplicate]

I was scrolling through Stack Overflow questions when I saw this one: Rscript Path Problem for exec() implementation R code in php

It's a beautifully structured question, except I find the way the errors are formatted to be slightly off-putting. E.g. (note that here I put python, but in Stack Overflow it is automatically formatted like this):

'C:\Program' is not recognized as an internal or external command,operable program or batch file.

Personally, I think it'd be better for it to be formatted with none, which is what I usually do:

'C:\Program' is not recognized as an internal or external command,operable program or batch file.

Do you think my opinion is valid, and if so should I suggest an edit to this question with my aforementioned changes?


Viewing all articles
Browse latest Browse all 180

Trending Articles