Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialA X
12,842 PointsI'm Not Seeing the Purpose of Using the Limited Nano Text Editor
Why is Jim in the Console Foundations class using this primitive text editor Nano vs. a more familiar text editor with a lot more functionality...in other words, I'm not seeing any advantages of using Nano's text editor over something like Libre Office's Word Equivalent or MS Word.
2 Answers
Alexander Nikiforov
Java Web Development Techdegree Graduate 22,175 PointsThis course is mostly useful to work remotely.
Imagine your actual application is deployed on remote server.
There is simply no way for you to open MS word remotely...
That is why you have to learn how to use simple tools to change files.
Especially for this situation this course is done.
Sue Dough
35,800 PointsLike Alexander said it is great for remote servers. Nano is great for beginners because it is easy. Vim is a very powerful editor but has a steep learning curve.
A X
12,842 PointsA X
12,842 PointsHi Alexander, Ah, that makes sense. I appreciate your elaboration!