-
-
Notifications
You must be signed in to change notification settings - Fork 805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔙 for Backwards compatibility #1432
Comments
I am open to other emoji suggestions; I just think that backwards compatibility is a category of changes that should be captured. |
How about 🔄 (arrows_counterclockwise) ? When we talk about backward compatibility, we think like:
So 🔄 seems more clear to me. |
IMHO, backwards compatibility (bwc) should be included in the original commit that added the new syntax, but I can kinda see why one would want to have this if something was forgotten (but in this case I would use 🐛 because if the application needed to have bwc and we didn't add it before, it is a bug to me), or maybe even explicitly separate it to Anyway, since the |
Didn’t see the dinosaur coming lol. Those are really good.
“🦖 Ensuring feature backward compatibility“
“🦕 Ensuring feature backward compatibility“
Yeah, looking good 👍
|
I prefer to add the backwards compatibility as a separate commit because:
Having said that, the dinosaur idea 🦕 ( |
I myself used 🧩 for this purpose, although it's more of a "general" compatibility, rather than backwards- specifically. |
I like the idea! 🦖 is just perfect for this proposal |
Emoji symbol
🔙
Emoji code
:back:
Emoji description
Code that adds backwards compatibility
Describe the use case of your emoji
Code that is used for backwards compatibility/live migration of online systems.
{"foo": "bar"}
but we want to change it to{"foo1": "bar"}
so we write temporary code of the type
Is this use case covered by an existing emoji?
No ❌
Does this emoji fall into the "how" or the "what" category?
Examples
e-mission/e-mission-server@3fc3762
e-mission/e-mission-server@1c3f128
e-mission/e-mission-phone@72db83c
Validations
The text was updated successfully, but these errors were encountered: