Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 595 Bytes

naughtcoin_complete.md

File metadata and controls

1 lines (1 loc) · 595 Bytes

When using code that's not your own, it's a good idea to familiarize yourself with it to get a good understanding of how everything fits together. This can be particularly important when there are multiple levels of imports (your imports have imports) or when you are implementing authorization controls, e.g. when you're allowing or disallowing people from doing things. In this example, a developer might scan through the code and think that transfer is the only way to move tokens around, low and behold there are other ways of performing the same operation with a different implementation.