Just because you don't have explicit schema, doesn't mean that you have no implicit schema.
Likewise just because you don't have explicit objects and classes, doesn't mean that you have no implicit objects and classes.
I code in Erlang, and I treat every gen_server either as a singleton object or as a class (in case I spawn many instances of it)
Just because you don't have explicit schema, doesn't mean that you have no implicit schema.
Likewise just because you don't have explicit objects and classes, doesn't mean that you have no implicit objects and classes.
I code in Erlang, and I treat every gen_server either as a singleton object or as a class (in case I spawn many instances of it)