Jörn Guy Süß
Software engineer and researcher turned manager, always seeking to improve industry practice through application of practical and pragmatic software engineering, based on testing, CI and model driven engineering.
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Jörn Guy Süß created a post, AnsweredOrganize headers with highest import point/ as specific as possible?
When I organize included headers with CLion, it seems CLion picks headers that are lower in the header tree and include everything that is required, but also necessarily bring in declarations that ... -
Jörn Guy Süß created a post, Organise import with fully qualified using directive?
In my implementation code I like to use explicit variable names. They require a fair bit of space, which I tend to achieve by factoring methods out (thanks, CLion) and organising imports (thanks, C...