You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to stop using "oc" and "ostracon" in variable names, function names, etc.
Problem Definition
By changing "tm" and "tendermint" in the original code to "oc" and "ostracon", a large number of non-important diffs occur, making it difficult to compare important logic with the original. This makes the task of bumping up difficult. It can also lead to bugs.
Proposal
Use the original variable names and function names as they are.
I think this has the following pros and cons.
Pros
We can focus on comparing only important logic, so work efficiency at bump up will be improved.
We can eliminates task of renaming when forking from the original.
We can clarify the difference in logic from the original.
Cons
It can be mistaken for using tendermint.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
tkxkd0159
added
priority/backlog
Possibly useful, but not yet enough support to actually get it done.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
and removed
priority/backlog
Possibly useful, but not yet enough support to actually get it done.
labels
Oct 31, 2023
Summary
I want to stop using "oc" and "ostracon" in variable names, function names, etc.
Problem Definition
By changing "tm" and "tendermint" in the original code to "oc" and "ostracon", a large number of non-important diffs occur, making it difficult to compare important logic with the original. This makes the task of bumping up difficult. It can also lead to bugs.
Proposal
Use the original variable names and function names as they are.
I think this has the following pros and cons.
Pros
Cons
For Admin Use
The text was updated successfully, but these errors were encountered: