You are welcome to open an issue, send us an email, or to comment anywhere on this site!
Erlang Workshop 2009
What I remember:
- Erlang people do need data hiding.
- Type check of object should happen at method calls and call returns if the object is updated. (To avoid messing objects up!)
- The need for recompilation of subclasses when a superclass is modified should be eliminated, to make hot code swapping easier.
- Have nice error messages on badmatches. (use of case+throw was recommended)