stampit
stampit copied to clipboard
OOP is better with stamps: Composable object factories.
It's been ¬5 years I've got acquainted with stamps, been visiting the GitHub repo and using them once in a while in my project. ;) That said, I still feel...
How do you use typescript with these composable functions, like how should I compose the interface so that I can get proper static types. IE `stamp({})` Thank you ahead of...
I would like to use stampit as ES6 module. However, it currently is only compatible with common.js or global variable use (If I understand correctly). Is it possible to add...
There is one last bit left to implement in order to fulfill the [Stampit v3 RFC](https://github.com/stampit-org/stampit/issues/163) - the `convertConstructor` function. I'm seeking for a volunteer to implement that. It should...
@jmancine [asked](https://gitter.im/stampit-org/stampit?at=57a157260bd017c16e36ff1e) for a feature - FlowType declarations. Related FlowType docs are [here](https://flowtype.org/docs/declarations.html#_).
We need a `contributing.md` doc that shares community conventions. ## Stamp conventions - [ ] Naming stamps: `your-module-name-stamp` - [ ] Keywords for `package.json`: `stamp`, `stampit` ### Automatic code quality...
I believe stamps are much better approach to OOP. In fact, I call classical OOP as BOP (Blueprint Oriented Programming). Stamps can, should, and _must_ be inbuilt into programming languages....