Why I Prefer Python
In developing Phoo today I was unpleasantly presented with yet another reason why I prefer Python. It was when I was working on the new Importer
API for loading external modules into Phoo that I accidentally did this:
class Importer { /* stub class */ }
class FetchImporter extends Importer {
constructor(basePath, fetchOptions = {}) {
/* no …