Class names are CamelCase.
Methods and variables are snake_case.
Methods with a ? suffix will return a boolean.
FWIW: I (@rondy) am not the creator of the content shared here, which is an excerpt from Edmond Lau's book. I simply copied and pasted it from another location and saved it as a personal note, before it gained popularity on news.ycombinator.com. Unfortunately, I cannot recall the exact origin of the original source, nor was I able to find the author's name, so I am can't provide the appropriate credits.
initialize: once, when the controller is first instantiatedconnect: anytime the controller is connected to the DOM| $columns: 12; | |
| $gap: 30px; | |
| $breakpoints: ( | |
| xs: 480px, | |
| sm: 768px, | |
| md: 960px, | |
| lg: 1170px, | |
| xl: 1280px | |
| ); |