The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Programs still edited as text? Why?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Mark Levison

Posts: 877
Nickname: mlevison
Registered: Jan, 2003

Mark Levison an agile software developer who writes Notes from a tool user.
Programs still edited as text? Why? Posted: Jan 6, 2005 2:44 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Mark Levison.
Original Post: Programs still edited as text? Why?
Feed Title: Mark Levison
Feed URL: /WebLog/error.aspx?aspxerrorpath=/WebLog/mlevison/Rss.aspx
Feed Description: Musings on No Touch Deployment, .NET development and photography
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Mark Levison
Latest Posts From Mark Levison

Advertisement

Isn't it odd that almost 50 years after the creation of modern compiled languages (Fortran ~1957), we're still editing text and discussing name conventions.

On one of my mailing lists in the past couple of days there has been a discussion around lightweight Hungarian notations.  Specifically the use of this.someMemberVariable vs m_someMemberVariable etc.  This made me think (a rare event), about why we need textual conventions when the IDE could just give the information we need.

It seems the underlying problem is that our IDE's don't automatically tell us what the scope of these variables are.  If member variables, statics, consts, params were all highlighted differently - we could get rid of many of these textual conventions.

In the best of all possible worlds we would have graphical editors[1], [2], [3] that allowed us to edit our parse trees directly. There would never again a formatting argument - we could all format our code the way we want. If we wanted Hungarian naming that would also be personal choice.  Most sytnax errors would be a thing of the past. How do we get there from here?

Does anyone MS research/Sun/IBM want to hire me for this project??

BTW I know that JetBrains ReSharper and Whole Tomato's Visual Assist do some of the job, but they just improve our text file editors

[1] Whidbey May Miss the Next Coding Revolution
[2] Graphical Source Code Editors
[3] Source Code in Database essay


This Blog Hosted On: http://www.DotNetJunkies.com/

Read: Programs still edited as text? Why?

Topic: Microsoft MVP - .NET/C# for 2nd year Previous Topic   Next Topic Topic: A Day of .NET in Columbus

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use