You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I won't be actively maintaining that since the default is pretty enough for me. I find it very hard to model around the Builder class because it does not exactly do what a builder pattern is supposed to be doing, especially I can't clone the builder object at each step, because rather than just hold data and should allow you to clone itself, this builder is self-modifying.
The text was updated successfully, but these errors were encountered:
Hello, I would like to donate a simple NodeJS binding that uses napi-rs behind the scene: https://github.com/stevefan1999-personal/ammonia-rs. Feel free to clone it.
I won't be actively maintaining that since the default is pretty enough for me. I find it very hard to model around the
Builder
class because it does not exactly do what a builder pattern is supposed to be doing, especially I can't clone the builder object at each step, because rather than just hold data and should allow you to clone itself, this builder is self-modifying.The text was updated successfully, but these errors were encountered: