In computer science, code is any collection of computer instructions (possibly with comments) written using some human-readable computer language, usually as text.
1
vote
1answer
41 views
Enable users to add parameters to integration code mindfully
I'm trying to design a screen that will allow our customers to generate integration code (to integrate to our application). I would like to demonstrate to the customers that they can add additional ...
5
votes
7answers
219 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 ...
