Skip to main content
9 events
when toggle format what by license comment
Apr 13, 2017 at 12:40 history edited CommunityBot
replaced http://codereview.stackexchange.com/ with https://codereview.stackexchange.com/
Dec 22, 2015 at 18:22 comment added Dirk Reichel Thanks... Normally I only look at speed (minimizing the amount of calculations and all that stuff)... Always having in mind: could it be done in a different way? Still knowing different doesn't means "better". At least: if I'm able to give you some ideas for this or other projects, i consider my job as "accomplished". Still knowing "You can make that readable later" :P
Dec 22, 2015 at 18:09 vote accept Kaz
Dec 22, 2015 at 18:07 comment added Kaz Apart from that, and some minor personal differences over readability, this is an awesome answer, thanks again!
Dec 22, 2015 at 17:59 comment added Kaz wrt dimming arrays as arrays, not variants, I prefer variants because a variant/array can do things that an array can't. (I think the catalyst for this was wanting to pass an Array, stored in another array, as an argument to a function, and since functions get upset if they get a variant/array instead of an arr(), I figured I'd move to always creating my arrays that way.
Dec 22, 2015 at 17:54 comment added Kaz I don't know how I missed this answer but I did. Awesome advice. Cheers!
Dec 15, 2015 at 7:34 history edited Dirk Reichel CC BY-SA 3.0
added 4 characters in body
Dec 15, 2015 at 7:23 history edited Dirk Reichel CC BY-SA 3.0
added 103 characters in body
Dec 15, 2015 at 7:15 history answered Dirk Reichel CC BY-SA 3.0