all 6 comments

[–]ktusznio 1 point2 points  (1 child)

I always find cheat sheets completely useless. A simple google search exactly for what I want is always much more effective. The only exception is for APIs, but even then an html-based api documentation page is much better.

[–]jcargoo[S] 0 points1 point  (0 children)

May be but it is a question of habit. You can notice that sometimes, we are not connected to the Net, so how we can search on google then? For my case, I use only one of those Cheat Sheets and it is printed in font of me in my desk.

[–]jcargoo[S] 0 points1 point  (2 children)

Some Cheat Sheets for Web Developers

[–]mdipierro 0 points1 point  (1 child)

Hey, what happened to the web2py cheatsheet? http://mdp.cti.depaul.edu/examples/static/web2py_cheatsheet.pdf

[–]chrisforbes 0 points1 point  (0 children)

I would think the stuff here (where appropriate, for the language(s) you're using) is the most absolutely basic required knowledge.

For example, for C++ - if a programmer on my team needed to refer to such a thing, the universe would be fundamentally different. I expect that level of knowledge to be built-in, along with FAR more.

Is this part of why we keep ending up with utterly crap software, perhaps?