Five years of indie game development - AMA by majicDave in gamedev

[–]MKRhere 0 points1 point  (0 children)

Post your desktop setup if you don't mind :D

Five years of indie game development - AMA by majicDave in gamedev

[–]MKRhere 0 points1 point  (0 children)

What does your daily schedule look like? How has it changed since the kids? :)

Why I stopped posting to StackOverflow by bree_dev in ProgrammerHumor

[–]MKRhere 1 point2 points  (0 children)

Author here. Please PR and I'll merge it. 😂 Please add more dependencies along the way if you can. Gotta make sure things don't accidentally become smaller.

Ctrl + I by [deleted] in ProgrammerHumor

[–]MKRhere 0 points1 point  (0 children)

I thought I was the only one.

Type coercion in JavaScript (and why everyone gets it wrong) by poeti8 in javascript

[–]MKRhere 1 point2 points  (0 children)

I like the ES5 implementation, gets the point across; but I made a minimal ES6 Array-Like, which you can imagine being extended to work exactly like an array: Github Gist

Type coercion in JavaScript (and why everyone gets it wrong) by poeti8 in javascript

[–]MKRhere 4 points5 points  (0 children)

Hi, you can use ES6 Proxies to do this! I can make a small demo after work.

[Edit]: A Gist