Page MenuHomePhabricator

Refactor the AQSAssist Library
Closed, ResolvedPublic

Description

Goal

Extract to aqsassist some repeated and common code that is present in all the services and refactor them to avoid code duplication as we already did with the functions we created to validate the parameters in the handlers.

About the Druid common code refactoring we will take the following into consideration:

Tasks
  • Common error messages (all services) (we could standardize them: lower case and no period at the end)
  • Common function to create built-in Problems (all services)
  • Common logger functions (all services)

Event Timeline