rockerest’s avatarrockerest’s Twitter Archive—№ 17,496

      1. …in reply to @ErichRahm
        ErichRahm kwamaking Const isn't immutable for ANY right hand assignment. The only thing const does is disallow reassignment of the same memory binding. Chrome allows you to reassign the binding, the only thing that const is ostensibly good for.
    1. …in reply to @rockerest
      ErichRahm kwamaking This misunderstanding is partially why const should be removed from the language. log.rockerest.com/post/stop-writing-inhuman-const.html
      OpenGraph image for log.rockerest.com/post/stop-writing-inhuman-const.html
  1. …in reply to @rockerest
    ErichRahm kwamaking Sorry, to be clear it's the Chrome CONSOLE that allows reassignment, not the V8 engine.