Thread
Stories related to "Your Greatest Code Quality Threats and How to Solve Them" across the full archive.
Consider this snippet of c:
```c
void f(int *x);
void g(void) {
struct {
int foo;
char bar;
struct foo *baz;
int *biz;
void (*booze)(void);
struct {
int foo;
char bar;
} bones;
} x;
f(&x.
```
The cursor is at the very end of the file, and the envir...
"I'm offering a new product/service, the Code Read — you send me a piece (small or large) of your company's codebase, and I'll read through it with an eye towards correctness, code organization and style, common security flaws, patterns, and clarity. When finished, you'll receive a beautiful technic...
No, I will not hack on your codebase for free under the pretext of it being a "technical interview"
(hownottohireadeveloper.blogspot.co.uk)
A little hyperbolic, but a well-made point otherwise.
The original title "Apology" isn't meaningful. Provides some more insight into how much code there is at Facebook.
The Influence of Organizational Structure On Software Quality: An Empirical Case Study
(research.microsoft.com)