Build Patterns
摘要
Unless your applications are developed using an interpreted programming language—JavaScript, Python, Ruby, etc.—they need to be built. This is the case for .NET framework languages, including C#. You cannot test the behavioral changes in your program unless you build the application and run it (let’s put SAST to the side for a minute).