|
You are here |
blog.nelhage.com | ||
| | | | |
ryankemper.io
|
|
| | | | | Why this article might be relevant to you Debugging is one of the most important skills for ?real-world? development work. There?s sometimes a misconception that debugging is a skill for the ?Ops? folks, but not necessary for your standard software developer. This could not be further from the truth. Furthermore, at least in traditional computer science curriculum, the principles of debugging are not taught. Rather, people tend to develop an intuition for debugging over years of experience troubleshootin... | |
| | | | |
simpleprogrammer.com
|
|
| | | | | What Languages to Learn, How to Structure Code, Algorithms & Data Structures, Methodologies, Source Control, Object Oriented Design, Frameworks or Stack ... | |
| | | | |
dlang.org
|
|
| | | | | [AI summary] The text discusses various projects and updates related to the D programming language, including the Summer of Code (SAOC) 2021 initiatives. Key points include: 1) SAOC participants and their projects, such as implementing ProtoObject as the root class, replacing DRuntime hooks with templates, adding D support to LLDB, developing Lightweight DRuntime (LWDR), and improving DUB for dependency resolution. 2) Updates on the bugfix reward system, including prizes and implementation details. 3) Mentors and their roles in guiding the SAOC participants. 4) The SAOC application process and upcoming milestones. The text also mentions community involvement, such as the D Language Foundation and sponsors like Symmetry Investments, and encourages readers to ... | |
| | | | |
herbsutter.com
|
|
| | | [Updates: Clarified that an intrusive discriminator would be far beyond what most people mean by "C++ ABI break." Mentioned unique addresses and common initial sequences. Added "unknown" state for passing to opaque functions.] Here is my little New Year's Week project: Trying to write a small library to enable compiler support for automatic raw union... | ||