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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: border1.nntp.dca3.giganews.com!backlog4.nntp.dca3.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!rt.uk.eu.org!aioe.org!.POSTED!not-for-mail From: Pascal Obry Newsgroups: comp.lang.ada Subject: Re: need help learning Ada for a modula-2 programmer Date: Thu, 30 Jan 2014 17:28:44 +0100 Organization: Home - http://www.obry.net Message-ID: <1391099324.30150.70.camel@pascal.home.net> References: Reply-To: pascal@obry.net NNTP-Posting-Host: mHa8DilFUVlEP0Rmf3Gapg.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Complaints-To: abuse@aioe.org X-Mailer: Evolution 3.8.5-2+b1 X-Notice: Filtered by postfilter v. 0.8.2 X-Original-Bytes: 2342 Xref: number.nntp.dca.giganews.com comp.lang.ada:184609 Date: 2014-01-30T17:28:44+01:00 List-Id: Le mercredi 29 janvier 2014 =C3=A0 22:29 -0600, Nasser M. Abbasi a =C3=A9cr= it :=20 > On 1/29/2014 10:58 AM, Dirk Heinrichs wrote: > > agent@drrob1.com wrote: > > > >> with Ada.Calendar; use Ada.Calendar; > >> Package timliba is > >> > >> -- REVISION HISTORY > >> -- ---------------- > >> -- 6 Oct 13 -- Converted to gm2. And changed its name. > >> -- 19 Jan 14 -- Converted to Ada. > >> > > > > You've already received some valuable on-topic replies, so here's an of= f- > > topic (but hopefully as valuable) one ;) > > > > You should avoid putting the revision history _into_ your files. It's t= he > > job of your version control system to handle this. Putting it into the = file > > increases the probability of getting merge conflicts. > > >=20 > Wrong advice. Hard to understand why a commonly used and spread usage in all big open source projects could be wrong!!! A revision history means just nothing in a source file as what is important is the *set of* sources (or repository state) for a given bug fix or feature. And why should a developer have to duplicate information about what has been done when it is recorded into the VCS? My 2 cents! --=20 Pascal Obry / Magny Les Hameaux (78) The best way to travel is by means of imagination http://v2p.fr.eu.org http://www.obry.net gpg --keyserver keys.gnupg.net --recv-key F949BD3B