key | |
---|---|
⌘Space | Opens up finder - use it to open or switch applications, or find files |
⌘w | Close current tab |
⌘t | Open new tab |
⌘Shiftt | Open most recently closed tab (Chrome and Sublime and Firefox, not universal) |
⌘; | Open up settings for the current application |
⌘Tab | Switch between applications |
Some of the naming conventions we use at Sails for nouns like variables, parameters, property names, config settings, database attributes/columns/fields, and so on.
Naming is hard. And naming conventions usually end up being wrong, or incomplete at best.
This may be an unpopular opinion, but in my experience, coming up with new methodologies for variables and such doesn't usually create a lot of value for an individual developer. So why bother?
This is a very minimal bit of polyfill code for when you want to use some basic p5.js code you wrote, but not pay the performance cost associated with importing the whole kitchen sink.
It basically implements some of the sintactic sugar I use the most from p5.js but using the Canvas api, so that I have the p5 api but without all the magic I'm probably not using in this particular sketch.