isocpp / isocpp/CppCoreGuidelines
C.50: static member function
Open
@jwakely is already working on this.
Since Feb 6, 2017.
review
- Dominant language
- CSS
- Stars
- 45.3k
- Forks
- 5.6k
- PR merge metrics
- No merged PRs in 30d
Description
The example for the factory contains a static member function.
There are a number of guidelines and examples on static variables. To the best of my recollection this is only use or mention of static member functions in the Guidelines. For completeness, is it worth having a specific guideline on static member functions?
Contributor guide
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.
Assessment
This issue has not been assessed yet.