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.
- 活动总数 5
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
已编辑于 Organize 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 ... -
创建于 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...