canadalearningcode / llc-intro-to-ruby

Intro to Data Analysis with Ruby -- (SLIDES - http://ladieslearningcode.github.io/llc-intro-to-ruby/slides.html), (LEARNER FILES - http://bit.ly/llc-ruby-data) - No sample project.
Other
7 stars 10 forks source link

Recommended text editor and ruby version #23

Closed sunkibaek closed 3 years ago

sunkibaek commented 4 years ago

While every developer has their own preference in terms of the text editor, it might make sense to recommend beginners to use the most widely used one at the moment?

According to Stack Overflow survey, it seems a little over 50% use VS Code these days:

https://insights.stackoverflow.com/survey/2019#development-environments-and-tools


Another thing is we might not need to specify the Ruby version in the requirement -- 'the latest version of Ruby' should be enough? (or change 2.2 to 2.7 which is the current version)

Thanks!