Slashdot Mirror


User: H.G.+Wells

H.G.+Wells's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:why use an IDE for an interpreted language anyw on The Humane Environment · · Score: 2, Insightful

    It's not the editing, it's the debugging that makes the difference with IDEs. Generally speaking I find it much quicker and easier to inspect my objects with mouse clicks rather than by typing commands or using print statements. (Though I will resort to the latter methods in some situations.)