X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=TODO;h=3d8882647ae4b537d928b80a592a2c860786a832;hb=34b3777600051acca2102af4931271eb87dbbf27;hp=4b6341fb51992fa4cf760ec5a44240cd6e886e68;hpb=2810259a60084334757b4b5b4a337970e1ff21da;p=perltidy.git diff --git a/TODO b/TODO index 4b6341f..3d88826 100644 --- a/TODO +++ b/TODO @@ -6,21 +6,6 @@ Perltidy TODO List Improved Vertical Alignment There are many opportunities for improving vertical alignment. - improved ?: formatting - An indentation level should be associated with ?: statements. This would - make nested ?: statements more readable. - - improved internal if/unless formatting - Consider giving internal if/unless statements an additional level of - indentation. This would avoid running out of indentation levels. - Suggested by Jeff Armstorng. For example, we would like the 'ands' in - the following statement to be indented more than the if: - - return $ship->chargeWeapons("phaser-canon") - if $encounter->description eq 'klingon' - and $ship->firepower >= $encounter->firepower - and $location->status ne 'neutral'; - Documentation A FAQ is needed to explain some of the more subtle formatting issues, and to give examples of different styles.