From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,57654867e5205348 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-07 12:16:58 PST From: "Larry Barowski" Newsgroups: comp.lang.ada References: <97f98cd5.0402052229.7f184e38@posting.google.com> <1028f364e6smfca@corp.supernews.com> <97f98cd5.0402070314.2678974e@posting.google.com> Subject: Re: C# should be last plain-text language Date: Sat, 7 Feb 2004 14:22:45 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 NNTP-Posting-Host: 209.111.72.173 Message-ID: <40255dbe_1@news.vic.com> X-Trace: news.vic.com 1076190654 209.111.72.173 (7 Feb 2004 16:50:54 -0500) X-Authenticated-User: lbarowski@ixpres.com Organization: Newsville.Com (http://www.newsville.com) Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-01!sn-xit-09!supernews.com!204.127.198.203.MISMATCH!wn53feed!worldnet.att.net!4.24.21.153!chcgil2-snh1.gtei.net!news.bbnplanet.com!crtntx1-snf1.gtei.net!news.gtei.net!news.vic.com!not-for-mail Xref: archiver1.google.com comp.lang.ada:5320 Date: 2004-02-07T14:22:45-06:00 List-Id: > > You are right, of course. But my intention is what developer > should not work with raw code at all. The raw code should be > something alike intermediate assembler code in some compilers. > And then separated database dont't have much benefits. > It has the huge benefit of compatibility with existing tools and systems without the need for "importing and exporting" of raw source or cluttering of source with meta-comments. If no one uses your tool, it will be useless in promoting the programming methodology it supports. Those using the tool exclusively would not have to work with raw source code. > By the way, I looked at http://www.jgrasp.org/ > but from PDFs I see the same alphabetical list of files I argue against. :) > ... Well, the focus of jGRASP is low and high level visualizations. Viewing or editing source code without having a frequently updated control flow graph in the indentation space is something we argue against. -Larry Barowski