[Info-vax] Fortran
Arne Vajhøj
arne at vajhoej.dk
Fri Dec 7 19:21:09 EST 2018
On 12/7/2018 5:45 PM, Dave Froble wrote:
> On 12/7/2018 4:53 PM, Stephen Hoffman wrote:
>> On 2018-12-07 17:05:36 +0000, Dave Froble said:
>>> Coding style can have a lot to do with understand code.
>>
>> Some of the recent efforts around automated refactoring work
>> surprisingly well, and source code formatters are a common feature of
>> development tools. The vendor tools for source code development on
>> OpenVMS are lacking here, unfortunately.
> As for automatic formatting, I'm sure it can be helpful, but I'm a bit
> set in my ways, and prefer the formatting I've developed through the
> years. Perhaps a personal preference.
A good IDE will allow you to customize your formatting
preferences.
Eclipse for C/C++ comes with 4 standards:
* K&R
* BSD/Allman
* GNU
* Whitesmiths
But if that is not good enough, then you can just
create your own.
I believe there are around 100-150 options you can set.
Seems likely that you can find something that is close
to your preference.
Sorry - I don't know of anything similar for Basic.
Arne
More information about the Info-vax
mailing list