Message from JavaScript discussions
June 2018
— Firstly, isolate PHP from JS. Mixing front-end with backend is not a good practice.
You can use vanilla JS with ES6 or whatever you want without FWs, but like in a plain PHP app, you will be making repeated job all time.
FWs help us to write code once and use it infinite times. This happens in every language.
— Welcome Sage!
— Cat's never hot
— Pum
— Https://en.wikipedia.org/wiki/Brooks%27s_law
— DIY🤤
— Hello everyone!
— Hello. where you from?
— I'm from India. How about you?
— Https://developers.caffeina.com/clean-code-saves-devs-the-caffeina-approach-to-reactjs-1b56ad15aa64?source=user_profile---------2-------------------&gi=f61ab00635de
— Https://github.com/vuejs/vuex/blob/dev/examples/shopping-cart/store/modules/products.js#L13
what is the { commit }
means there? is that paramater? why it has {}
?