Embellish your documentation
If you have started documenting your functions, you may be wondering if there are other formats to apply. Well, wonder no more: behold some tips to embellish your already beautiful documentation.
If you have started documenting your functions, you may be wondering if there are other formats to apply. Well, wonder no more: behold some tips to embellish your already beautiful documentation.
Did you know that pressing ⌥ + ⌘ + / in any function declaration displays an auto-generated document template for that function? You can also add extra lines to that template using Swift’s version of Markdown, which is an extremely useful tool to document our code, for the sake of us, the future us …