Skip to content
Rikki Gibson edited this page Feb 25, 2017 · 5 revisions

Diagnostic rules

  • Property is assigned to itself ☑️
  • Getter-only property is never assigned to ☑️
  • Constructor parameter is never used ☑️

Code fixes

  • Generate constructor ☑️
  • Convert object initializer to constructor call (stretch goal--might be tricky) 🎉 ☑️

More to-do

  • Support structs ⬛️
  • Nicer line breaks and indents on parameter and argument lists ⬛️
Clone this wiki locally