This series of Pull Requests improve some basic code styles.
Mostly if/else syntax improvements, focussing on removing else statements which follow returns (or continues in loops).
Also de-nesting of if structures by adding early returns/elses.
No @test instruction so did a superficial scan of the diff for functions likely to be affected. Exercised Category Manager in admin by adding, removing, and editing categories. Categories List view filters and ordering worked as expected. Tested category filters in article manager and changing categories in an article. Executed a batch change of category for a group of articles. No changes detected to front end display of category blogs. Leaving patch applied to working site that content is being added into - will report if anything comes up. Nice work on the cleanup!!!!!!!!!
If this doesn't find any interest within a week or 2, I'll close this PR and create new PRs with smaller fixes (one fix per PR).