rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
117 stars 24 forks source link

feat: addition of initial work on the consts #176

Open dipankardas011 opened 4 months ago

dipankardas011 commented 4 months ago

Description

It tries to start the initial work on defining a stable place where the entire project fetches its consts (it can be hard-coded strings or numbers)

Why?

it improves the code maintability