iPhone Dev PM ML Learning
There are a number of ways to export your code documentation with user. For Swift programmers, there is Jazzy tool that automatically generates code documentation from your comments over code.
Hey Happy Diwali !!! Today we will discuss about code documentation.
Code documentation is as important as writing your own code. It is a good practice to add comments wherever it is necessary to explain the logic or operation.
An organised source code file tree makes easy to understand modules and dependencies of source code.
The files of similar behaviour should be grouped in a folder. Many people group files based on modules they are belonging but that may conflict in understanding when one…
Hungarian notation is the first lesson, I learned on the first day of my career as iOS developer.
It is usual that we declare a number of variables in a file and a project has a number of such files. It is always not possible to remember the data type or specialty of…