The Mouf PHP framework: an open-source PHP framework providing an easy way to download, install, use and reuse components, with a graphical user interface.
MIT License
54
stars
28
forks
source link
Improve conflicts management in MoufComponents.php #74
When working in a team, by prefixing anonymous instances with a unique ID related to the machine of the developer, we could reduce the number of conflicts in MoufComponents.php drastically.
To do this, we need to find a way to get a unique ID per project.
Ideally, the ID would be unique for a computer, a directory (and even for a branch).
When working in a team, by prefixing anonymous instances with a unique ID related to the machine of the developer, we could reduce the number of conflicts in MoufComponents.php drastically. To do this, we need to find a way to get a unique ID per project.
Ideally, the ID would be unique for a computer, a directory (and even for a branch).