centrifuge / tinlake

Smart contracts for Tinlake, the on-chain securitization protocol for real-world assets
GNU Affero General Public License v3.0
104 stars 23 forks source link

docs: added NatSpec comments for borrower contracts #621

Closed xmxanuel closed 1 year ago

xmxanuel commented 1 year ago

I started to add NatSpec comments for the borrower contracts. It is a commonly used standard nowadays for Solidity.

Writing those comments is surprisingly easy together with Github Copilot.

For me, it is also an excellent way to refresh my understanding of the codebase again.