Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

9
  • $\begingroup$ I've seen more than a few airport terminals running Win NT - you can tell by the BSOD! (Yup, I've seen a few.) Of course, that's aviation related, but not aircraft specific. $\endgroup$
    – FreeMan
    Commented Oct 12, 2017 at 21:07
  • $\begingroup$ For sure we spend a good chunk of time writing fancy Excel spreadsheets full of VBA to process data! $\endgroup$
    – T. Archer
    Commented Oct 13, 2017 at 6:52
  • $\begingroup$ ...hacks away at that promotion script $\endgroup$
    – pipe
    Commented Oct 13, 2017 at 12:43
  • 2
    $\begingroup$ I like how you put "How can I email my boss every day asking for a promotion?" as a problem that needs a script to solve. Make sure that in those e-mails you point out the virtues of automation. :-) $\endgroup$
    – user
    Commented Oct 14, 2017 at 12:37
  • 1
    $\begingroup$ @leftaroundabout Yes, C has plenty of room for errors like NaN handling, initialization, and memory structures, but typically code generation for those is set up consistently enough to avoid issues (like avoiding dyanmic allocation and protections against divide by zero). OOP and loose typing, on the other hand, requires lots of complex structural coverage testing because its possible what you think is a Foo is actually an insidious Bar. See CAST-17 for example. $\endgroup$ Commented Oct 21, 2017 at 0:21