docs icon indicating copy to clipboard operation
docs copied to clipboard

Show context for component

Open RDavis3000 opened this issue 1 year ago • 0 comments

File: themes/default/content/docs/concepts/inputs-outputs/apply.md

This page uses

`return await Deployment.RunAsync(() => { var vpc = new Vpc("vpc");

Console.WriteLine(vpc);

});`

as an example, but has no indication of what Vpc is or what it could conceivably output! What is a VPC and how would I know if I saw one on the street? Also using "vpc" as the name for EVERYTHING in this code (the variable, the class, and the argument) makes it more likely it will be unclear which "vpc" is doing what. (This is just a stylistic recommendation).

RDavis3000 avatar May 15 '24 08:05 RDavis3000