Let’s be honest and face it. If you need an entire section to explain what could go wrong and what are the special cases you need to fix, you might as well stop telling the story that enforcing…...
Read more »
A module is a function or group of similar functions. They are grouped together within a file and contain the code to execute a specific task when called into a larger application. You create modules to better organize and structure your codebase. You can... (more…)
Read more »
Over the last year and a half I've gotten really into writing parsers and
parser-adjacent things like interpreters, transpilers, etc. I've done most of
these projects in JavaScript, and I've settled into a nice little pattern that
I re-use across projects... (more…)
Read more »
A simple tool for composing javascript behavior in your markup. - calebporzio/project-x... (more…)
Read more »
Language Evolution Problems, and What Can We Do About It? Shu-yu Guo, Google Matthew Gaudet, Yulia Startsev, Mozilla Keith Miller, Michael Saboff, Apple Peter Hoddie, Moddable Ross Kirsling, Sony Oct 2024 TC39... (more…)
Read more »