• TheCPUWizard (unregistered)

    Unrelated: Late 1970's into the 1980's developed a custom language for military embedded systems (but used for other things, and almost bought by Tektronix!] it too concepts from Simula, SmallTalk and others... Now what we were doing (real time constraints and all) was not the message passing of the day....so we didnt have "objects", but we had actions and things, and of course they became known as thingies.... I wonder if any of those systems are still in use....

  • (nodebb)

    array.map(func).includes(true) is an inefficient way to do array.some(func). But if you're going to do a wasteful _.isEqual(), why not go all out on the worst ways to do things?

  • (nodebb)

    This widget has exactly the same shape… as a thingie! A great big thingie! It was terrific.

  • MaxiTB (unregistered)

    That all looks very Java to me :-)

  • (nodebb)

    I'm currently in the middle of some really fun dirty-checking that uses _.isEqual. It's almost reasonable... almost. But if the back end has a null while the front end has an undefined, it doesn't matter that both values are "do nothing", _.isEqual will declare they're not the same. So I'm writing code to drop nil values, and clean up other things, and it's enough that I'm starting to think I should just write what I should have written the first time: a bunch of property-by-property comparison code.

  • GZINGKALA (unregistered) in reply to Barry Margolin
    Comment held for moderation.
  • GZINGKALA (unregistered) in reply to Barry Margolin
    Comment held for moderation.

Leave a comment on “Making the Thingie Work”

Log In or post as a guest

Replying to comment #:

« Return to Article