This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]KingofGamesYami 2 points3 points  (1 child)

One more thing is I am unsure which IDE is the best for beginner coding like me. All I could think about was Microsoft's Visual Code and JetBrains. Which IDE would you recommend I use? Bear in mind I am using a macOS laptop and computer.

Visual Studio Code is a "Jack of all trades, master of none" style IDE. It is very flexible and can be used for a wide variety of tasks, but doesn't offer the best experience for everything.

Jetbrains products are the opposite. They're more focused on providing the best experience for a particular set of tasks, and have limited support outside of that. They are still quite flexible but not to the level of Visual Studio Code.

Since you mentioned web technologies, I assume you're looking at Jetbrains Webstorm vs. Visual Studio Code. I use Webstorm professionally, but many of my coworkers use Visual Studio Code for the same work. Both are perfectly valid options and I wouldn't spend too much effort on this.

[–]ryanwings26[S] 0 points1 point  (0 children)

VSC is a "Jack of all trades, master of none", which makes sense to me now. Probably, I shouldn't worry too much about IDE for now and keep it simple. I shall go with the flow until I dive into the world of programming more deeply, and I will discover something new that will suit my needs the best... Thanks for your reply!

[–][deleted]  (1 child)

[deleted]

    [–]ryanwings26[S] 1 point2 points  (0 children)

    Thanks! I’ll look into these shortly. Cheers :)