this post was submitted on 02 Jun 2023
23 points (100.0% liked)

Programming

13389 readers
153 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

It seems like there are about ~~22~~ ~~27~~ ~~46~~ ~~219~~ ~~320~~ ~~493~~ 1840 active subscribers here. I have a few questions for you all.

  • Which programming languages do you regularly use?
  • Which are your favorite to work with and why?
  • Which do you have interest in trying and why?
you are viewing a single comment's thread
view the rest of the comments
[โ€“] GandalfDG@beehaw.org 1 points 2 years ago (1 children)

How does Svelte compare to Vue, if you've tried Vue before? With my degree in Computer Engineering, I never really touched much on the web until I started playing with it for my own projects after I graduated

[โ€“] honeyontoast@beehaw.org 2 points 2 years ago

I'm afraid I'm not familiar with Vue, I'm mostly comparing to Angular. The main reason I like Svelte is because it's very quick to get up and running with very little boilerplate. Things that I found quite complicated to implement using Angular can be done in one line (or three) with Svelte. Passing values between components, routing, it's all super simple. If you're mostly interested in backend and just want something easy to use for the front-end I think it's ideal. Documentation isn't bad either.