I like that I can repeated drill down to the property I want to modify, as opposed to having to bind that property to a new function and modify it that way: Country.State.City.Stree.House = "123 Elm Street" (as a purely ficticious example) works FAR better for me than having to do it like I did in BASIC (which, keeping with the inane example, would have basically been a matrix of every single street adress within the "country" property, since all object properties were top-level).
I'm also pretty thrilled that I can use ! to toggle a bool to it's opposite value.
Light.enable = !Light.enable (for example). Assign to a switch or button and DONE! No need for an if statement to check the current value and take the appropriate opposite reaction! That's like, TWO to FOUR completely nix'd lines of code, all replaced by "!"...
Granted, some of these things were probably in the other languages I've played with, but I was completely on my own for those... I was playing with Visual Basic 6 in 2001 (BEFORE YOUTUBE!!!!!).Statistics: Posted by James — Sat Sep 21, 2013 9:45 pm
]]>