Formalise the "private helper methods" need in the Adapters
Open
type:compliance
type:feature
type:question
- Dominant language
- C#
- Stars
- 7
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
#### Description:
Take GSA_Adapter. The main file includes many methods that are just there because of two reasons:
- They must not be exposed to the UI
- They don't fit any other Folder category (Push/Pull methods, Convert methods, Create/Modify/Query/...)
This happens often. Instead of flooding the main Adapter file with these definitions, we should have a more appropriate location for these.
One idea could be a folder "Private methods", if we like it. Open to suggestions.
@IsakNaslundBh
Contributor guide
Assessment
This issue has not been assessed yet.