It's surprisingly easy to switch to the English layout. As a programmer, it was refreshing to leave behind the convoluted key combinations while coding. (I'm looking at you, `tilde`, on a Hungarian keyboard) On Linux,…
A wild guess, but maybe they target retina displays.
I used traits to extract common functionality from POPOs.
It's the main reason I dislike jQuery. It's hard to debug. document.getElementById('non-existent').classList; // error $('#non-existent').addClass('yay'); // hidden bug I prefer the explicit solution.
It's surprisingly easy to switch to the English layout. As a programmer, it was refreshing to leave behind the convoluted key combinations while coding. (I'm looking at you, `tilde`, on a Hungarian keyboard) On Linux,…
A wild guess, but maybe they target retina displays.
I used traits to extract common functionality from POPOs.
It's the main reason I dislike jQuery. It's hard to debug. document.getElementById('non-existent').classList; // error $('#non-existent').addClass('yay'); // hidden bug I prefer the explicit solution.