You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As Squeak Developer, I want format comments from legacy methods in my squeak image so that my squeak image has nice and clean formatted methods and comments everywhere and not empty lines.
Using commented Legacy-Code (maybe even a little to much commented) I can Poppy-Print the code to fit in the rest of my codebase style-wise. Not only does the code get formatted but also the comments fit in nicely creating very well-looking and well-readable code/comments.
new lines are kept except two in a row
empty lines are deleted
The text was updated successfully, but these errors were encountered:
Problem to solve
As
Squeak Developer
, I wantformat comments from legacy methods in my squeak image
so thatmy squeak image has nice and clean formatted methods and comments everywhere and not empty lines
.Further details
relates to #2
Acceptance Criteria
Poppy-Print the code
tofit in the rest of my codebase style-wise
. Not only does the code get formatted but alsothe comments fit in nicely creating very well-looking and well-readable code/comments
.The text was updated successfully, but these errors were encountered: