Core Guidelines are not Rules
Simplify C++!
by Arne Mertz
1M ago
There is a difference between guidelines and rules. Boiling down guidelines to one-sentence rules has drawbacks that make your code harder to understand. The famous quote by Captain Barbossa from […] The post Core Guidelines are not Rules appeared first on Simplify C ..read more
Visit website
[fix dev diary] Week 6-7: Description and Issue ID
Simplify C++!
by Arne Mertz
2y ago
In my dev diary blog post series, I document the minutiae of what I am doing for my toy project Fix. The diary can also be found in smaller bites […] The post [fix dev diary] Week 6-7: Description and Issue ID appeared first on Simplify C ..read more
Visit website
IsValid()? Establish invariants and avoid zombie objects
Simplify C++!
by Arne Mertz
2y ago
When classes have an “isValid” method or similar, the code using them often is less clear and harder to maintain. If possible, validity should be an invariant that can not […] The post isValid()? Establish invariants and avoid zombie objects appeared first on Simplify C ..read more
Visit website
[fix dev diary] Week 5:
Simplify C++!
by Arne Mertz
2y ago
In my dev diary blog post series, I document the minutiae of what I am doing for my toy project Fix. The diary can also be found in smaller bites […] The post [fix dev diary] Week 5: appeared first on Simplify C ..read more
Visit website
[fix dev diary] Week 4: Closing in on core domain code
Simplify C++!
by Arne Mertz
2y ago
In my dev diary blog post series, I document the minutiae of what I am doing for my toy project Fix. The diary can also be found in smaller bites […] The post [fix dev diary] Week 4: Closing in on core domain code appeared first on Simplify C ..read more
Visit website
[fix dev diary] Week 3: create command and application service
Simplify C++!
by Arne Mertz
2y ago
In my dev diary blog post series, I document the minutiae of what I am doing for my toy project Fix. The diary can also be found in smaller bites […] The post [fix dev diary] Week 3: create command and application service appeared first on Simplify C ..read more
Visit website
[fix dev diary] Week 2: Foundation of the CLI App
Simplify C++!
by Arne Mertz
2y ago
In my dev diary blog post series, I document the minutiae of what I am doing for my toy project Fix. The diary can also be found in smaller bites […] The post [fix dev diary] Week 2: Foundation of the CLI App appeared first on Simplify C ..read more
Visit website
[fix dev diary] Week 1: Preparations
Simplify C++!
by Arne Mertz
2y ago
This is the start of my dev diary blog post series, where I document the minutiae of what I am doing for my toy project Fix. The diary can also […] The post [fix dev diary] Week 1: Preparations appeared first on Simplify C ..read more
Visit website
Old new Project: Fix
Simplify C++!
by Arne Mertz
2y ago
When I wrote about rebooting the blog, I also wrote I’d reboot my toy project “Fix”. Here is what Fix is about – this time. What is Fix? Fix is […] The post Old new Project: Fix appeared first on Simplify C ..read more
Visit website
Docker4c: portable C++ development environment
Simplify C++!
by Arne Mertz
2y ago
Installing everything we need to develop C++ applications can be a lengthy, even painful process. Docker makes it possible to build a development environment once and deploy it everywhere. The […] The post Docker4c: portable C++ development environment appeared first on Simplify C ..read more
Visit website

Follow Simplify C++! on FeedSpot

Continue with Google
Continue with Apple
OR