Josh Pullen
Josh Pullen
> I'll need to add some renderer-specific attributes to the Sprite class, if that's okay. That's okay! :)
I definitely like your suggestion of appending a 1 to the first of the would-be-duplicate identifiers. That seems like a strict improvement over what we have now. Brainstorming other ideas:...
Wow! I had no idea all of that was valid! Yeah, I love your proposal of stripping invalid characters but leaving everything else in place.
Only question: Do we think it's more educational, for people who are just learning JavaScript, to see a more "normal" way of assigning a value to a variable? It's very...
I agree that we should pick one and be consistent. I'll take the controversial stance again and say that I actually prefer opting for using simpler/fewer JS constructs, since we're...
Oh, so true! I didn't think about that. I still think a CLI interface would be ideal but sb-edit-playground is a nice tool in the meantime. I will link people...
Brainstorming here... How would you feel about some kind of "addEventListener" syntax? It would be a _little_ magical because it would accept generator functions as input (rather than a plain...
@towerofnix Thank you for all the thoughts. There is definitely room for disagreement here, but I am leaning towards feeling like we would be better off trying to hide the...
Feels to me like it would make sense to have provide the following options: 1. By default the stage size is 480x360, but users have the option to change that....
Oh, and I would not put a button in the generated HTML to toggle into fill-viewport mode. That seems like something you would configure in code (for example, if you...