Message from JavaScript discussions
July 2017
— Maybe this is a cool concept but I think it might be bad for performance
I think maybe, instead of doing full AOP, I can just implement some generic glue logic functions between the algorithms, and call reduce without using promises
— Then instead of using the high order promise functions it can just pass state through linearly
— And then an environment monad to make up for not having cw/cs
— Ghhh it's not even that much better
— Heh, I think there's a reason that C #include's don't understand code
— Linearity makes things fast
— Is there a documentation on good practices/fast code for javascript?
— Beginner: https://github.com/getify/You-Dont-Know-JS
Design Patterns: https://addyosmani.com/resources/essentialjsdesignpatterns/book/
— Ty
— Yup, but harder to keep things from getting tangled
— Right now the implementation passes around a big fat flyweight that is hard to understand