cs10 / bjc-r

The Beauty and Joy of Computing public resource repository.
https://beautyjoy.github.io/bjc-r
30 stars 100 forks source link

bjc-loader stages? #279

Closed cycomachead closed 10 years ago

cycomachead commented 10 years ago

Why are nested lists needed for dependencies?

As long as jQuery is in the list before bjc-X, then the dependencies check out, right? I think it'd be simpler to manage, and then we should have an easier way of managing whether something has loaded.

I guess the complexity is between loading times and simplicity of code. I wonder if we could create something that makes it super easy to specify which components are needed. Then the start of each file can just easily check for them...

cycomachead commented 10 years ago

Right now they seem necessary, but I don't know if they need be?

I guess the who concurrent connections thing is a bit of a problem...