yegor256/cam

DP series of metrics

Open

#242 opened on Mar 22, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Shell (51 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (27 stars)
PR merge metrics
 (PR metrics pending)

Description

Let's introduce a new series of metrics:

  • DPBN (Design Pattern by Name) is either "Utility", "DTO", "Singleton", etc.
  • DPBC (Design Pattern by Code) is the same as DPBN, but decided according to the structure of the code, not the name

Maybe we should use Machine Learning in order to calculate this metric.

Contributor guide