DEV Community

Discussion on: Clean Code in C# Part 3 Comments

Collapse
 
cubikca profile image
Brian Richardson

Those external comments are used to generate OpenAPI documentation using Swagger.

Thread Thread
 
caiocesar profile image
Caio Cesar

Yes I agree, it does make sense to comment code to expose documents to others. I would consider this a non-functional requirement.