In this article, I've run through the design of a library for processing command line arguments as an example of reflection in action.
在本文中,我讲述了一个用于处理命令行参数的库的设计过程,作为反射的一个实际的例子。
You can handle the actual processing of command line arguments with a single call, but the application first needs a way to define its particular parameters to the library.
您可以使用单个的调用来负责命令行参数的实际处理,但是这个应用程序首先需要以某种方式将它的特定的形参定义到库中。
Command-line processing is another pain point that developers typically don't approach in a structured manner.
命令行处理是另一个难点,开发人员通常不会采用结构化的方式来解决。
应用推荐