linksplatform / linksplatform/RegularExpressions.Transformer.CSharpToCpp

Not use drunkard style

Open
#59 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
10
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Bad boy style:
`operator ==(...)`
`operator == (...)`
`operator== (...)`

Sweet style:
`operator==(...)`

Contributor guide

No contributing guide indexed for this repository

Research direction

No file or test is named. Locate the transformer path that formats generated C++ operators, then compare its output with the examples in the issue. Done means operator equality is emitted as `operator==(...)`, without spaces around `==` or before `(`.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
tooling
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.