Skip to content

Boolean Mine 🐘

Latest
Compare
Choose a tag to compare
@nicoespeon nicoespeon released this 08 Aug 18:54
· 89 commits to main since this release

Added

  • [New Refactoring] "Simplify Boolean" thanks to @ipanasenko suggestion. Some refactorings may left you with logical expressions that look like someCondition && true and that can be simplified. This refactoring will take care of figuring out how.

Fixed

  • @j4k0xb fixed "Inline Variable" when there was a shadowed parameter involved.