increpare / PuzzleScript

Open Source HTML5 Puzzle Game Engine
MIT License
903 stars 160 forks source link

change default author name from "stephe lavelle" #473

Closed increpare closed 6 years ago

increpare commented 6 years ago

Don't want other people's work incorrectly attributed to me - but what generic name to use?

tobiasvl commented 6 years ago

The empty string? Which already defaults to not showing any author information at all.

increpare commented 6 years ago

I should change this. It should have some default value though, I think. Anonymous?

2018-08-29 12:28 GMT+02:00 Tobias V. Langhoff notifications@github.com:

The empty string? Which already defaults to not showing any author information at all.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/increpare/PuzzleScript/issues/473#issuecomment-416904867, or mute the thread https://github.com/notifications/unsubscribe-auth/AAca4KIEK2Rt1UjfuH64jHneXWWbNDLVks5uVmzNgaJpZM4Uz921 .

marcosdon commented 6 years ago

Something like <<>>

On Wed, Aug 29, 2018 at 3:23 PM Stephen Lavelle notifications@github.com wrote:

I should change this. It should have some default value though, I think. Anonymous?

2018-08-29 12:28 GMT+02:00 Tobias V. Langhoff notifications@github.com:

The empty string? Which already defaults to not showing any author information at all.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/increpare/PuzzleScript/issues/473#issuecomment-416904867 , or mute the thread < https://github.com/notifications/unsubscribe-auth/AAca4KIEK2Rt1UjfuH64jHneXWWbNDLVks5uVmzNgaJpZM4Uz921

.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/increpare/PuzzleScript/issues/473#issuecomment-417055168, or mute the thread https://github.com/notifications/unsubscribe-auth/AK_wFs2uSFhI2m6Zg8A7oyTGuTlgAW4Nks5uVtwHgaJpZM4Uz921 .

marcosdon commented 6 years ago

And possibly throw an error when compiling if not set?

On Wed, Aug 29, 2018 at 3:34 PM Marcos marcosd@gmail.com wrote:

Something like <<>>

On Wed, Aug 29, 2018 at 3:23 PM Stephen Lavelle notifications@github.com wrote:

I should change this. It should have some default value though, I think. Anonymous?

2018-08-29 12:28 GMT+02:00 Tobias V. Langhoff notifications@github.com:

The empty string? Which already defaults to not showing any author information at all.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/increpare/PuzzleScript/issues/473#issuecomment-416904867 , or mute the thread < https://github.com/notifications/unsubscribe-auth/AAca4KIEK2Rt1UjfuH64jHneXWWbNDLVks5uVmzNgaJpZM4Uz921

.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/increpare/PuzzleScript/issues/473#issuecomment-417055168, or mute the thread https://github.com/notifications/unsubscribe-auth/AK_wFs2uSFhI2m6Zg8A7oyTGuTlgAW4Nks5uVtwHgaJpZM4Uz921 .

tobiasvl commented 6 years ago

There already is an error if the author field is present but empty.

MetaData "author" needs a value.

But if you think it should have a default value, I think something like "Your name" or similar is easier to understand as a placeholder than "Anonymous".