vzaigrin
2020-10-2 07:14:29

@vzaigrin has joined the channel


kellysmith12.21
2020-10-3 00:41:09

I know that it’s best practice to install contracts at a module boundary, but are there some good uses for define/contract?


badkins
2020-10-3 01:09:17

I find the documentation aspect of define/contractto be nice. I have some files where the functions are rarely called from w/in the module, and I use define/contract for them.


badkins
2020-10-3 01:09:45

What is the rationale for installing contracts at the module boundary - simply efficiency?


kellysmith12.21
2020-10-3 01:47:44

In my understanding, contracts at the module boundary make it easier to track blame when a contract is violated.