If you’ve ever used the Laravel PHP framework, you’re probably familiar with the php artisan:tinker command. It spins up a PHP REPL (read-evaluate-print loop) that lets you play around with the data in
For TypeScript and JavaScript apps, the TypeScript Compiler API provides everything you need to build your own code generation tooling.
This article shares a few powerful tools to help you write testable code that grows into neat, manageable code bases.