TodePond / DreamBerd

perfect programming language
https://dreamberd.computer
Other
10.62k stars 299 forks source link

A coworker is copying my variables names. #651

Open SVCross opened 1 week ago

SVCross commented 1 week ago

A coworker is using the same name for his programs that i am using. I need that variables names are set for each user to reduce confusion when we are writing different programs or that if a variable is set as a constant constant to infinity, the constant is carried to their program and know that they should not be using the same names that I use.

SkyaTura commented 1 week ago

You could solve this by adding a private strong password as suffix for all variables, this also prevents anyone that doesn't know your password to mess with your variables globally.

Example:

const var user_zxWVTy52gtgQjOvBXcBQoZyAz83PTt = "john doe"!

Personally I like to use emojis as well, since they make it even harder to guess:

const var user_SvWYP9🙃7W🫠ZO7😉MT8BQ😊O7uszEuyE8 = "skyatura"

Edit: please consider using other password than those above, since they are already mine!

schaier-io commented 1 week ago

I solved this by introducing global global const const my_var!="Luke" in the following pull request

Global Global