Commenting out imports, includes, or requires after 2020 feels like a bad pattern. Most language servers or IDEs should be able to find where a constructor, object, etc. is from and should be able to do the import resolution for you. ```csharp // USELESS INCLUDES //using System.Reflection; ``` _This is a page in the collection of [[Chip Overflow/Willies|snippets that give me the willies]]_