In computer science, code is any collection of computer instructions (possibly with comments) written using some human-readable computer language, usually as text.
7
votes
8answers
249 views
How should text wrap in a code block?
I am working on an application where code will be shown on a mobile device. This gives us a constrained width as horizontal scrolling isn't a desired choice for code with long lines. So we have to ...