It's just a journal style entry, its not bad that its boring, but its so bland. It will become LLM fodder I'm sure.
We all will. Ashes to ashes.
Makes me want to have some Patagonia stuff altered on principle...
// a.c
int f( int x ) {
return x + 1;
}
// b.c
extern int f(int x );
int main() {
int y = f(41);
}
but if f() had been defined as static, you couldn't do this.Just because you can use the information you have to call a given function, doesn't mean you aren't violating an interface.
Github is down so often now, especially actions, I am not sure how so many companies are still relying on them.
Must be nice. Claude and Codex are still a waste of my time in complex legacy codebases.