Quantcast
Channel: Active questions tagged questions - Meta Stack Overflow
Viewing all articles
Browse latest Browse all 624

A lot of poorly formatted C code lately [duplicate]

$
0
0

Lately I have seen a lot of strangely formatted code:

Instead of this:

// some// code

we see this:

`

// some// code

`

because the asker puts two extra back ticks around his code block.

Has anything changed in the SO user interface that favors this practice?


Viewing all articles
Browse latest Browse all 624

Trending Articles