Fun fact: Apple's internal bug tracking tool, Radar, traces its origins to a pen-and-paper tracking system from the very early days. In a similar fashion to RAID from the article, it's use expanded way beyond the original use case and is now used by nearly every team at Apple, from hardware, to test, to marketing, retail, and everything in between. It's often the butt of a lot of jokes as most people hate its dated a…
It even has a cute avatar, Annika the Anteater, that a bunch of people have plushes of
We called it RAID because it kills bugs dead
31–40 of 128 posts
Re: We called it RAID because it kills bugs dead
#32Earlier quoted context omitted.
It even has a cute avatar, Annika the Anteater, that a bunch of people have plushes of
Tried to find a pic... Does Apple secrecy really extend that far?
Re: We called it RAID because it kills bugs dead
#33Earlier quoted context omitted.
It even has a cute avatar, Annika the Anteater, that a bunch of people have plushes of
Tried to find a pic... Does Apple secrecy really extend that far?
Re: We called it RAID because it kills bugs dead
#34Sometimes I think bug tracking doesn't get enough attention. It's gotten a lot better these days but compared to source control, bug tracking seems to remain the red-headed step-child. Bugs can be just as important as source code - if a line of code is changed and all the comment says is "bug 1234", then hopefully bug 1234 has context about the scenario that was broken, a history of a conversation between QA and deve…
Re: We called it RAID because it kills bugs dead
#35Re: We called it RAID because it kills bugs dead
#36Oh lord, product studio. Back in 2013 the preferred method of filing workitems for a given "wave" was to load this spreadsheet, do weiiird formatting, and indentation, type up all the workitems you foresee for the next sprint and then press a magic "send to product studio" button." God help you if you messed up some of the nesting or wanted to reorder anything - honestly I would just wipe it clean and start from scra…
Re: We called it RAID because it kills bugs dead
#37Earlier quoted context omitted.
What ammuses me is looking at some of the hard-coded "end of time" dates at previous employers. Instead of using null as an unbounded upper bound (because nulls are hard /s), there are hard coded "end dates". One was 2032-12-31, another 2037-12-31 and usually 9999-12-31. Obviously, these all have problems, especially when used in finance. 2037 makes sense, because 2037 is the year that 32bit linux overflows. 9999 als…
Now that it's 2020, I've been looking for a new year to think of as "the future". 2040 seems too obvious and maybe too far away to really imagine, what just add 20 years? Boring. I think I'll take 2032.
Re: We called it RAID because it kills bugs dead
#38Fun fact: Apple's internal bug tracking tool, Radar, traces its origins to a pen-and-paper tracking system from the very early days. In a similar fashion to RAID from the article, it's use expanded way beyond the original use case and is now used by nearly every team at Apple, from hardware, to test, to marketing, retail, and everything in between. It's often the butt of a lot of jokes as most people hate its dated a…
As far as I can tell, most teams think Radar is the best bug tracking tool ever. Externally, it's extremely frustrating to interact with, even more so through Feedback Assistant.
To judge from the outside, one of its features is that it makes it super easy to ignore years-old and highly multiply submitted bugs.
Re: We called it RAID because it kills bugs dead
#39Earlier quoted context omitted.
As far as I can tell, most teams think Radar is the best bug tracking tool ever. Externally, it's extremely frustrating to interact with, even more so through Feedback Assistant.
> As far as I can tell, most teams think Radar is the best bug tracking tool ever. To judge from the outside, one of its features is that it makes it super easy to ignore years-old and highly multiply submitted bugs.
Re: We called it RAID because it kills bugs dead
#40Google's counterpart is called Buganizer. I've seen bugs in it dating back a decade or more. I don't know what, if anything, was in place before Buganizer. They might be exposing some version of it externally as well now: https://issuetracker.google.com/ , although the UI bears little resemblance with the internal version I used years ago, so it's probably a separate product. What Raymond's article does not mention (…