3
netctl
5y

Vuejs i fucking retarded. And look how well is the code written by my fuckingggg coworkers.

Comments
  • 6
    Explorer on the right side. Interesting.
  • 5
    @nitwhiz i toggle it all the time. So my code doesnt move like retarded when i open/close it
  • 1
    Why is vue retarded though?
  • 1
    @s0nic12 I too need an answer.

    I'm literally trying to decide what the next evolution of my company's application is going to be.

    Do we upgrade our Marionette to 4.0 or move to Vue or Angular. React is just not appealing.

    Honestly, there is a huge appeal for us to not have a "compile" step and stick with Marionette 4 but I need more opinions.
  • 0
    @netctl I will have to try this strategy.
  • 0
  • 0
    @nitwhiz thank you but unless that suggestion comes with a compelling argument I have no room for MORE options. Especially ones I've never heard of it their track record.

    I need stability and speed, not the framework of the week.
  • 1
    @CodeMonkeyG nuxt.js is part of the Vue environment. Instead of manually creating a lot of boilerplate code, nuxt assists you by integrating vuex, Vue router, Vue loader, webpack and other things to build an app.

    Of course you don't have to use everything it offers you, but chances are that it'll help you to rapidly prototype your app.
  • 0
    @lucaspar I see, so it's a tool to work with Vue then. Reasons for Vue++
  • 3
    @CodeMonkeyG My company is currently using vue and developing went like 5 times faster vs express only
  • 0
    @Jifuna what do express and Vue have to do with each other? I thought Vue was a front end framework/thing
  • 0
    Vue is bad. The style of the code is very bad and they dont have a proper style guide to follow. I come from Angular 1-6 and to me it looks like vue is a joke. Its pretty much angular1 but more ugly.
  • 0
    @orseji Po nuk mund te thuash eshte kot nqs ske eksperienc me js ose nuk te pelqen ty. Nuk besoj se eshte kot gjuha me popullore.
  • 0
    @CodeMonkeyG nuxt does essentially everything for you. Where you had to study 5 components for react to understand whats going on, you now have nuxt, which compiles it all down to simple folders.
    No DOMdiffmountwhatisnotgoingon js hackeroo is exploited to the dev, you can peacefully build your layouts, pages and components as vue templates. Like a FRAMEWORK actually should, it helps you makin shit easier. I'm looking at you, react.
  • 1
    @netctl how about you install prettier and bind it to your save-key?
    Having a Styleguide for everything is bullshit. Use a centralized styleguide, which covers everything. And/or tools which format your code automatically.
  • 1
    @nitwhiz i already have installed eslint which is using airbnb style it is still ugly especially in big projects i am using it at my work. the only reason my company choosed vue is for time efficiency.
Add Comment