+ 25
What is cheat sheet of any programming language?
7 Respostas
+ 13
like the name suggests,
a very small compact sheet containing all the formulas, important points, theories to take into exam.
idea is to condense as much info as possible in small space.
for programming languages its generally a compilation of important syntax, neat tricks, data types, commonly used library functions.
idea is quick revision of concepts or to look when in doubt, or most important to take to exam.
+ 18
It is a small documentation as being said above. For example I created css flexbox cheatsheet You can check it out how cheatsheets looks like ☺
https://code.sololearn.com/WH67FTMsWZ4V/?ref=app
+ 11
Document usually a PDF that contains useful information about the language (like syntax, built-in functions ect), it saves developers from constantly looking things up on google. Here's a JS cheat sheet:
https://www.cheatography.com/davechild/cheat-sheets/javascript/?page=amp
+ 9
a small document from which you can quickly revise syntax and different concepts of that language
+ 9
Its like a summary of the most important and frequently used information related to that language.
+ 6
I use pdfs, or scree shots. Also try makeing a custum list of camands you use alot!
+ 6
It's called Stack overflow.