#c-development

[ follow ]
Software development
fromInfoQ
4 days ago

Binary Size Matters: The Challenges of Fitting Complex Applications in Storage-Constrained Devices

Embedded systems demand a balance between software complexity and memory restrictions, pushing for languages like C++ for binary size optimization.
C++ features like templates and smart pointers can affect binary size; developers must navigate their impacts carefully.
Tools like Bloaty are essential for understanding contributions to firmware bloat, aiding developers in design decisions.
Binary optimization should be part of the entire development lifecycle, emphasizing size awareness within CI pipelines.
fromHackernoon
1 year ago

IEnumerable Isn't What You Think It Is-And It's Breaking Your Code | HackerNoon

IEnumerable is not a collection and treating it as such can cause hard-to-catch bugs due to repeated enumeration.
Agile
[ Load more ]