<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Tip #3 for Young Developers: Master an Editor	</title>
	<atom:link href="https://programmingzen.com/tip-3-for-young-developers/feed/" rel="self" type="application/rss+xml" />
	<link>https://programmingzen.com/tip-3-for-young-developers/</link>
	<description>Meditations on programming, startups, and technology</description>
	<lastBuildDate>Tue, 24 May 2016 08:25:51 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Ivan Savelyev		</title>
		<link>https://programmingzen.com/tip-3-for-young-developers/#comment-29117</link>

		<dc:creator><![CDATA[Ivan Savelyev]]></dc:creator>
		<pubDate>Wed, 11 May 2016 06:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1653#comment-29117</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/tip-3-for-young-developers/#comment-29116&quot;&gt;Antonio Cangiano&lt;/a&gt;.

Thank you for your reasonable reply. Regarding Vim, indeed I think it would be nice to understand it better, currently I only use it at my job to edit configs/scripts on the servers. Last time I remember writing something that somewhat could be considered as program maybe 10-12 years ago in Turbo Pascal for the classes I was taking as a kid, so I guess there is a reason why I&#039;m an IDE guy :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/tip-3-for-young-developers/#comment-29116">Antonio Cangiano</a>.</p>
<p>Thank you for your reasonable reply. Regarding Vim, indeed I think it would be nice to understand it better, currently I only use it at my job to edit configs/scripts on the servers. Last time I remember writing something that somewhat could be considered as program maybe 10-12 years ago in Turbo Pascal for the classes I was taking as a kid, so I guess there is a reason why I&#8217;m an IDE guy 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Antonio Cangiano		</title>
		<link>https://programmingzen.com/tip-3-for-young-developers/#comment-29116</link>

		<dc:creator><![CDATA[Antonio Cangiano]]></dc:creator>
		<pubDate>Tue, 10 May 2016 18:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1653#comment-29116</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/tip-3-for-young-developers/#comment-29115&quot;&gt;Ivan Savelyev&lt;/a&gt;.

When it comes to editors and IDEs, I have a simple rule: use what makes you happy and productive. An editor or IDE should not get in the way. In fact, it should help somewhat with accidental complexity, so to speak.

You tried Atom and found WebStorm to work better for you. Awesome. Use WebStorm. There is no medal for self-sacrifice in software engineering. Anything that leads you to write better code is a good thing.

I would still recommend learning the basics of Vim for its advantages when working on a remote machine, but it&#039;s perfectly fine to use an IDE as your main development environment and editor.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/tip-3-for-young-developers/#comment-29115">Ivan Savelyev</a>.</p>
<p>When it comes to editors and IDEs, I have a simple rule: use what makes you happy and productive. An editor or IDE should not get in the way. In fact, it should help somewhat with accidental complexity, so to speak.</p>
<p>You tried Atom and found WebStorm to work better for you. Awesome. Use WebStorm. There is no medal for self-sacrifice in software engineering. Anything that leads you to write better code is a good thing.</p>
<p>I would still recommend learning the basics of Vim for its advantages when working on a remote machine, but it&#8217;s perfectly fine to use an IDE as your main development environment and editor.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ivan Savelyev		</title>
		<link>https://programmingzen.com/tip-3-for-young-developers/#comment-29115</link>

		<dc:creator><![CDATA[Ivan Savelyev]]></dc:creator>
		<pubDate>Tue, 10 May 2016 16:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1653#comment-29115</guid>

					<description><![CDATA[This topic is still something that I&#039;m not confident with. I&#039;m not a professional developer, just an enthusiast (well who would like to become professional :) ), and maybe it&#039;s the last thing that I should worry about while learning, but still it bothers me. Some say that IDEs are heavy, or you would acquire bad habits while using it as many things are automated etc, etc, etc. On the other hand, I&#039;ve used Atom for some time and then switched to JetBrains WebStorm and it just feels so right to me like extension of myself, and you have everything just next to your hand including terminal.

Ok, I understand that you can rely too much on the IDE and then critically lose your productivity if you don&#039;t have one available. But I don&#039;t get the point about being heavy? Ok maybe IntelliJ itself is heavy, but WebStorm, RubyMine, PyCharm? It&#039;s 2016 now ultrabooks have at least 8GB RAM, SSDs, i5 processors does it like really matters if WebStorm is a bit heavier of Atom for e.g.?

Antonio, could you please share your thoughts against using the IDE for newbies? Is this something that can negatively affect the Young Developer?

Thank you!]]></description>
			<content:encoded><![CDATA[<p>This topic is still something that I&#8217;m not confident with. I&#8217;m not a professional developer, just an enthusiast (well who would like to become professional 🙂 ), and maybe it&#8217;s the last thing that I should worry about while learning, but still it bothers me. Some say that IDEs are heavy, or you would acquire bad habits while using it as many things are automated etc, etc, etc. On the other hand, I&#8217;ve used Atom for some time and then switched to JetBrains WebStorm and it just feels so right to me like extension of myself, and you have everything just next to your hand including terminal.</p>
<p>Ok, I understand that you can rely too much on the IDE and then critically lose your productivity if you don&#8217;t have one available. But I don&#8217;t get the point about being heavy? Ok maybe IntelliJ itself is heavy, but WebStorm, RubyMine, PyCharm? It&#8217;s 2016 now ultrabooks have at least 8GB RAM, SSDs, i5 processors does it like really matters if WebStorm is a bit heavier of Atom for e.g.?</p>
<p>Antonio, could you please share your thoughts against using the IDE for newbies? Is this something that can negatively affect the Young Developer?</p>
<p>Thank you!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
