- Back to Home »
- The Luft plugin for Xcode tells you when your code is getting out of control
Posted by : Brij Bhushan
Monday, 16 November 2015
Developers that deal with Xcode know how frustrating a long, winding View Controller can be. To help you recognize when you should move some code into other files, Luft subtly alerts you that your View Controller is getting out of hand. It’s not a buggy pop-up alert or series of annoying dings, either. Luft simply changes the color of your gutter depending on how many lines of code you’ve written. For view Controllers with less than 150 lines of code, the gutter stays green. If you’re between 150 and 300 lines, expect it to turn yellow. Over 300 lines and…
This story continues at The Next Web