ignatandrei / ignatandrei/RSCG_Examples
Show the line that helps the programmer and the line that is generating code
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 129
- Forks
- 6
- Avg merge
- 16m
- Merged PRs (30d)
- 13
Description
Example:
for autctor. http://localhost:3000/RSCG_Examples/v2/docs/AutoCtor
//this RSCG generates the constructor
var p = new Person("Andrei", "Ignat");
//this is how you use
[AutoConstruct]
internal partial class Person
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the AutoCtor example at http://localhost:3000/RSCG_Examples/v2/docs/AutoCtor and review how its generated-constructor and usage snippets are presented. Done means the documentation clearly shows both the line that helps the programmer and the line that generates code, using the example in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- documentation
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100