DEV Community

Discussion on: A Successful IOC Pattern with Functions in TypeScript

Collapse
 
komanton profile image
Anton Komarov

Thanks! I will try it exactly! Looks very attractive! 👍

Also, I noticed very similar approach in Rust programming language where no classes at all. Only structs and Traits (the concept which similar to higher-order functions in JS).