Path: news.mathworks.com!newsfeed-00.mathworks.com!newscon06.news.prodigy.com!prodigy.net!border1.nntp.dca.giganews.com!nntp.giganews.com!postnews.google.com!b28g2000cwb.googlegroups.com!not-for-mail
From: "David Mackenzie" <david.mackenzie@sinusmess.de>
Newsgroups: comp.soft-sys.matlab
Subject: Re: GUIs: GUIDE vs Code Only
Date: 28 Aug 2006 01:35:33 -0700
Organization: http://groups.google.com
Lines: 6
Message-ID: <1156754133.679756.305070@b28g2000cwb.googlegroups.com>
References: <ef3f3e7.-1@webcrossing.raydaftYaTP>
NNTP-Posting-Host: 84.185.243.54
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1156754139 31458 127.0.0.1 (28 Aug 2006 08:35:39 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 28 Aug 2006 08:35:39 +0000 (UTC)
In-Reply-To: <ef3f3e7.11@webcrossing.raydaftYaTP>
User-Agent: G2/0.2
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6,gzip(gfe),gzip(gfe)
X-HTTP-Via: 1.1 tux.sinus:3128 (Squid/2.2.STABLE5)
Complaints-To: groups-abuse@google.com
Injection-Info: b28g2000cwb.googlegroups.com; posting-host=84.185.243.54;
Xref: news.mathworks.com comp.soft-sys.matlab:366799


Another reason for coding by hand is that you can use a source code
control system (e.g. CVS) and keep track of the changes you make to the
code - my experience was that it's not really practicable to compare
two versions of code generated by GUIDE because it often does massive
reordering after trivial changes.