VSW12 Readable Code

11/19/2014

1:45pm - 3:00pm

Level: Intermediate

John Papa

Principal Developer Advocate

Microsoft

Learn how to make Readable Code

Is your code readable? There are some simple techniques you can use to create more readable code that can improve your efficiency and make it easier for your code to be supported across teams. Clean Code is popular and Readable Code takes a look at these concepts in a different light and gives you actionable items to improve your code today. Learn how to make Readable Code by using some of the techniques such as separation of concerns, above the fold, the LIFT principles, commenting, encapsulation, and many more!

You will learn:

  • How to improve code maintainability
  • How to spend less time searching for code
  • How to spend less time explaining, fixing, or trying to understand code