Skip to content

Category cleanups and alignments (Second try) #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Category cleanups and alignments (Second try) #104

wants to merge 2 commits into from

Conversation

astares
Copy link
Contributor

@astares astares commented Dec 10, 2021

This is a replacement PR for #96 to fix #95 where now all tests should be green now

- Fix #95
- category cleanups
     - follow "private - something" instead of "private something"
     - have class side #initialize in "class initialization" instead of "initialization" (applied via autofix)
- remove dots at end of methods
- formatting
- better temp names ("mem" -> "memory")
- review lint rules and ban when no violation
- add ^ for the subclassResponsibility in every #expectedXXX method
- remove unnecessary method comments in TonelFileSystemUtils>>#initialize (we have an icon to click)
- add chaining for a few cases
- method comments to start uppercase (like a sentence)
- better temp name ("mem" -> "memory")
- review all methods and ban a few rules when we can ignore them (long methods and other)
@astares astares closed this by deleting the head repository Feb 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Category cleanups and alignments
1 participant