ScottMichaud / YandereSimulatorLauncher2

Yandere Simulator Launcher (C# / WPF)
10 stars 12 forks source link

Rename the project to `YandereSimulator.Launcher` #18

Open Ramobo opened 3 years ago

Ramobo commented 3 years ago

Nitpick, I know, but I think that YandereSimulator.Launcher makes more sense for the project's name, just due to the namespacing.

ScottMichaud commented 3 years ago

Interesting point.

I would want to keep the executable name the same for now. On the practical side, it helped differentiate between the previous launcher by NoxCaos, although I don't know if anyone's using it anymore (although that wasn't where the 2 came from -- this project was originally written in C++ and Qt/QML, but that was killed off in December 2019).

Is the specific problem with the namespace being awkward to write? I could change the default namespace in the project settings to something like "Launcher" or even just "YS" or "YSL".

Or is there a bigger problem?

Ramobo commented 3 years ago

There's no real issue here, it's just a cleanliness/organization thing.

I found a copy of the old launcher in a backup. When you open it, it tells you to update to the new launcher and closes. No one can still be using it by now.