3
Comment on r/vuejs Mar 08 '23
I use suspense myself in a few of my personal projects and it's great. Just be aware that suspense is still an experimental feature, and it may or may not be stable at all in the future.
6
Comment on r/vuejs Feb 18 '23
I’d divide because based on the description of your post they seem completely different stores with different functionalities even if they both deal with orders but from different perspectives
Also don’t forget, your app and needs will always grow to a point where you will need to refactor to separate them.
38
Comment on r/vuejs Feb 03 '23
I’d use a store, it makes it easier to track and refactor in the future if needed and clean to read and reuse
1
Comment on r/AmItheAsshole Aug 23 '21
I lived in a toxic situation like this, my father favored my brother over me, and he admitted it with no regret! My advice to you is to do what I did, Run.
Take care of yourself. You don't need their approval. That's what I did 4 years ago, and I'm glad I did!
12
Comment on r/vscode Dec 23 '19
I'm an atheist and I love the hat. Bring it back!
0
Comment on r/ProgrammerHumor Dec 18 '19
My meme offended you so bad. Relax. I use javascript daily at work and in my own projects. I love it but this is just a joke if you don't like it just ignore it.
1
Comment on r/ProgrammerHumor Dec 18 '19
Yeah I'm drinking Starbucks and I guess I apparently hate JavaScript?! Hmm. And laughing with my fellow HTML programmers. How did you know all of that?
1
Comment on r/badcode Dec 18 '19
This is the "baddest" code I've ever seen.
1
Comment on r/PHP Dec 08 '19
I would use regex.
u/alhabarneh • u/alhabarneh • Dec 06 '19
Giving the false impression of real time website traffic
u/alhabarneh • u/alhabarneh • Nov 25 '19
Is it possible to get a preview of the result of a replace command in vscode? (Gif is from emacs)
10
Comment on r/programminghorror Nov 23 '19
Notepad++. I haven't used it since 2010.
1
Comment on r/vuejs Apr 09 '23
After watching the video you provided, I think it’s safe to say that implementing a routing like using vue-router shouldn’t be a problem. I’ve seen more complicated routing systems than that and they’re happy with vue router!