-
Notifications
You must be signed in to change notification settings - Fork 392
Home
amirroth edited this page Sep 20, 2021
·
69 revisions
- Git/GitHub Information
- Building EnergyPlus
- Documentation
- Developer Information
- Unit Testing
- Continuous Integration
- Automated Code Analysis
- Code Review
- External Library Research
- Coding Standards Part 2 Performance and Safety
- Constexpr: Your New Best Friend
- std::string_view: A Nice New Friend
- enum or enum class: Either Way Use Them
- Containers: When to Use Which
- Arrays: What Are Your Options?
- Bools, Bool Arrays, and Bitfields
- Parameters and Return Values