Skip to content

Conversation

@MojtabaHs
Copy link
Contributor

All changes are local and do not affect the public API.
Some changes are made to local scoped variables, while others are made to comments. Therefore, all of these changes appear to be backward compatible.

Please review.
Thanks

var update = updatedDate
var prev: Date
repeat {
prev = udate
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I personally prefer not having a particular commit just to change internal variable names, even if they're not perfect. I'd only do so when there's a strong reason for changing them, or do it as part of a bug fix or feature work. This way we still have access to the commit history.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually combined multiple commits into a single PR to address this concern. These are all typos in Calendar within FoundationEssentials that Xcode underlines. Please let me know if you’d like me to drop any of these comments from the PR or rebase the result.

Thanks!

P.S. There is a type named "UDate"Format, so this particular typo might cause some confusion for readers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants