BibleGet-I-O / bibleget-wordpress

Plugin for WordPress that let's you insert Bible quotes into your posts or pages from a variety of Bible versions in different languages. This is a mirror of the SVN repo where the plugin gets published to the WordPress plugins store. Kudos to @kas-catholic for helping import the repo from SVN.
https://www.bibleget.io
Apache License 2.0
0 stars 2 forks source link

reduce complexity #13

Open JohnRDOrazio opened 2 years ago

JohnRDOrazio commented 2 years ago

After checking against codefactor, I see the code tends to be quite complex:

https://www.codefactor.io/repository/github/bibleget-i-o/bibleget-wordpress/issues

CodeFactor

Might want to work on reducing complexity by breaking large functions / methods into smaller, more readable ones.