I'm wondering if it makes sense to lean heavily on guards when Dialyzer will catch possible issues.
---
Hardcore embedded Linux development
http://www.linkedin.com/in/joelreymont
Device drivers, firmware and debugging
_______________________________________________
erlang-questions mailing list
erlang-q...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions
Thanks.
Regards,
Zabrane
Another important thing is that guards let you crash sooner, which is
generally what you want, crash at the remote ends of the system, not in
the core.
--
Loïc Hoguin
Dev:Extend