rtCamp / Frappe-Manager

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

Naming things #101

Closed rahul286 closed 4 months ago

rahul286 commented 8 months ago

Let's solve #2 problem of Computer Science (source) :D

Everywhere we call the thing FM creates is site while the things that are within frappe bench are also called site

I think what FM creates is actually a bench. Unsure if I can fm shell <name> and create more benches within.

Xieyt commented 6 months ago

You are correct this is indeed confusing. I will go with your suggestion and refactor code to follow the same.