April 19, 2022 Blog FileMaker FileMaker Techniques code commentsCode readability Code Readability: Good Comments vs. Bad Comments This article will show examples of good comments vs. bad comments, and how you can improve your code readability by following a few key principles. In our previous blog posts on code readability, we showed how to enhance code readability by using spacing and meaningful naming without adding comments. Read more By Weihao Ding
March 9, 2022 Blog FileMaker Techniques Code readabilityCode Spacing Improve Code Readability with Spacing Do you really need to use comments to enhance readability? Sometimes a few empty rows will do a great job. Read more By Weihao Ding
June 16, 2021 Blog FileMaker Techniques Code readabilityFileMaker naming conventionsnaming code The Impact of Naming Conventions on Code Readability Naming Conventions in FileMaker Implementing reliable naming conventions in FileMaker has the potential to save developers both time and frustration. This is the second installation in our blog series on code readability. Read more By Eleanor Fulton
May 25, 2021 Blog FileMaker Code readabilityFileMaker code The Importance of Code Readability What is code readability? Readable code is simply code that clearly communicates its intent to the reader. Most likely, the code we write will be read by other developers, who will either want to understand or modify the way our code works. They may need to test the code, fix a problem, or add a […] Read more By François Dubé