Johannes Meixner
Johannes Meixner
Personally I don't worry about coding syntax style differences. For example personally I don't care if ``` if CONDITION ; then ... ... fi ``` or ``` if CONDITION then...
@schlomo do you perhaps propose to run an automated source code formatter over all existing ReaR code?
See https://github.com/rear/rear/commit/03ee835853ca800d52249510d23d2c5ed8f8c620#commitcomment-140806662
My personal preference is to give up on consistent ReaR source code syntax style and accept PRs that properly implement actual functionality without much attention to coding style details provided...
@gdha @pcahyna please comment here what your personal opinion is regarding automated source code formatting and regarding a consistent ReaR source code syntax style.
@rear/contributors when a majority of us active ReaR upstream maintainers prefer a consistent ReaR source code syntax style it would be perfectly OK for me to enforce that by "converting"...
@schlomo yes of course, when you work on some code (in particular when you overhaul some code), you become owner of the the new code version (or at least the...
@rear/contributors when we agreed here how we like to deal with source code syntax style, I will overhaul https://github.com/rear/rear/wiki/Coding-Style appropriately.
Perhaps a good argument against a consistent ReaR source code syntax style is that this would cause needless problems with new contributors who use their own coding style. I would...
Only FYI as a side note a generic info: ``` There is no such thing as "landscape printing" ``` see https://en.opensuse.org/SDB:Landscape_Printing for some explanation. This article is rather old so...