• The plugin does more or less what it should.

    BUT the code looks not very nice, a long mess, lot procedural.
    Specially when dealing with login/password the code quality is superimportant because it’s security related.

    Wanted to save some time first but developed it then by myself instead of using the plugin.

Viewing 1 replies (of 1 total)
  • Plugin Author Richard Webster

    (@rwebster85)

    Hi Christoph,

    Thanks for taking the time to review and apologies for the late response. Much of the code I used is pulled directly from WordPress core and then modified to fit the needs of the solution. WordPress itself is written heavily in procedural code. In fact, PHP is just a framework that sits on top of procedural C code. And most web servers use Linux, which has a codebase of about 20 million lines of entirely procedural code.

Viewing 1 replies (of 1 total)
  • The topic ‘Does the job, but code is poor’ is closed to new replies.