16

best way to promote a visual studio extension 😂

Comments
  • 2
    Regions if used carefully can be a good thing...
  • 0
    Why would you hate regions?
  • 1
    not regions themself. more the behavior of visual studio when using them. regions are very good to separate lage chunks of code, but if you hab something kike this:

    #region Outer

    #region Inner 1

    #endregion

    #region Inner 2

    #endregion

    #endregion

    In short, visual studio could handle,. and outline them a lot better than it currently does.
  • 1
    Regions are cool, nested regions are the devil's work.
  • 0
    @JaggerJo it used to destroy my code when I done that, had to stop as I literally had code disappear.
Add Comment