Managing Technical Debt with Agile Algorithm
Form wikipedia we can discover a brief explanation about the technical debt: Technical debt (also known as design debt[1] or code debt) is “a…
3 min de lectureForm wikipedia we can discover a brief explanation about the technical debt: Technical debt (also known as design debt[1] or code debt) is “a…
3 min de lectureEvery project has its own style guide: a set of conventions about how to write code for that project. Some managers choose a basic coding rules,…
7 min de lectureSix years ago Facebook released their C++ library named Folly , it’s a large collection of reusable C++ library components that internally at Facebook are used extensively.…
6 min de lectureWhen the processes running on your machine attempt to allocate more memory than your system has available, the kernel begins to swap memory pages…
5 min de lectureIf you search on the web for the best C++ source code. The Doom3 source code is mentioned many times, with testimonials like this one. I spent…
6 min de lectureStatic code analysis is the process of detecting flaws in software’s source code. The static analysis tools are useful to detect common coding mistakes;…
5 min de lecture16 years after its first checkin, SQLite is the most widely deployed database engine in the world. such open source project is a good candidate to learn…
5 min de lecture