I am not a complete software guy. In fact, over the past ten years, 90% of my work was either on hardware or on low-level (embedded) code.
But the remaining 10% is related to writing shell scripts for development tools, making changes to the kernel to add special features, and writing graphical applications for end users.
The problem is that I have found that I am facing significant obvious flaws in my knowledge, often because it has been many years since I did "X" and I either forgot or changed the environment.
Each time, so often on TheDailyWTF.com there are streams along the lines of "WTF: the guy wrote tons of code all day, when he could call foobar () in the baz library." I was there myself, because I don’t remember much outside #include <stdio.h> (for example), and my quick search somehow missed the right library.
What methods did you find effective for crash training and / or crash updates in a programming environment that you rarely touch?
source
share