1. 1
  1.  

  2. 2

    Can you tell us about how you use these engines to perform refactoring? Maybe give an example?

      1. 1

        What about when you have a non-trivial amount of code?

        1. 1

          I break it into smaller pieces.

          I am pretty extreme in this regard.

          The Gnod codebase has been growing for well over a decade, and the typical function is about 10 lines. There barely are any functions longer than 20 lines.