Re: Coding conventions

new topic     » goto parent     » topic index » view thread      » older message » newer message

Oh, the word wrapping also goes for commit log messages as well. Too many tools (SVN log included) does not wrap words and things look pretty sloppy and harder to find information when browsing the log.

On that note, the SVN log entries should be bullet lists.

* Translator now accepts a -makefile flag which will create a <prgname>.mak 
  file instead of an emake/emake.bat file. This file contains two variables 
  called <PRGNAME>_SOURCES and <PRGNAME>_OBJECTS. This <prgname>.mak file 
  can then be included in your larger project's Makefile. 
* Euphoria interpreter/translator/backend should be changed to use this new 
  feature. 
* This completes feature request 2477562. 

For instance. When viewing in a SVN log from the console, the above is very readable. When exporting our SVN log to Creole format, it's beautiful. When viewing by viewsvn or via the our cia.vc project page, the bullet list is properly formatted. Many other log viewers do the same thing with bullet lists.

Even if the item is just one line, it should be a bullet list:

* Fixed pipeio demo to not require stdin being closed. 

Jeremy

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu