Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Quality Check #54

Open
theofidry opened this issue Aug 9, 2015 · 0 comments
Open

Quality Check #54

theofidry opened this issue Aug 9, 2015 · 0 comments

Comments

@theofidry
Copy link
Member

  • Scrutinizer
  • SensioLabs Insight
  • Code quality
    • avoid using $this->client->send and so when can use sendAndDecode (check UserController)
    • $this->sendAndDecode($this->createRequest()) => $this->sendAndDecode()
    • no useless try/catch
    • wrong references
  • PHPDoc
  • Code coverage
  • Tests
    • failed form are refilled
  • Providers
    • jobProvider: use jobManager ou chance of null because the manager is called anyway
    • mandateProvider: use mandateManager or chance of null because manager is called anyway
  • EventListener
    • no useless return value (JobManagerListener)
  • Services name check
    • api.event_listener or event_listener? api.entity_manager or entity_manager? etc...
  • Form names (::getName)
  • Non null values for the end of mandates (check fixtures)
  • composer.lock
  • Postman
  • Views
    • row show link
  • optomize { 'id': mandate['@id']|uriId } calls
@theofidry theofidry added this to the v.0.4.0 milestone Aug 9, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant