This makes me wonder if there's also code smells in "big" software like iOS or Gmail that should be rewritten?
Any experience?
1–7 of 7 posts
This makes me wonder if there's also code smells in "big" software like iOS or Gmail that should be rewritten?
Any experience?
You can actually learn quite a bit looking at these codebases, and I'm glad they opened up as much as they did.
I haven't touched Apple code in a few years, but in the past while doing development on their platforms, I've often downloaded code from opensource.apple.com or the darwin project, and I've usually encountered very high quality code (at least for the low level stuff I was looking at - primarily audio subsystems and objc language). You can actually learn quite a bit looking at these codebases, and I'm glad they opened…
The thing is, they recognize the bad parts and work to fix them when it makes sense. Companies with bad technical leadership will ignore the bad parts- like wallpapering over a crumbling wall.
I haven't touched Apple code in a few years, but in the past while doing development on their platforms, I've often downloaded code from opensource.apple.com or the darwin project, and I've usually encountered very high quality code (at least for the low level stuff I was looking at - primarily audio subsystems and objc language). You can actually learn quite a bit looking at these codebases, and I'm glad they opened…
Did they have a choice to open up as much as they did?
Earlier quoted context omitted.
Did they have a choice to open up as much as they did?
The instant questioning of motives has always bothered me. Starting from a position of distrust makes for poor cooperation, and lower productivity.