Skip to content

Replace GetElementOrDefault with GetValidElement#212

Merged
nnikolopoulos merged 10 commits into
developfrom
35_RefactorGetElementOrDefault
Feb 10, 2023
Merged

Replace GetElementOrDefault with GetValidElement#212
nnikolopoulos merged 10 commits into
developfrom
35_RefactorGetElementOrDefault

Conversation

@nnikolopoulos
Copy link
Copy Markdown
Contributor

Instead of:

GetElementOrDefault<T>(this ICollection<T> array, int index)

have:

GetValidElement<T>(this IList<T> array, int index).

@nnikolopoulos nnikolopoulos added the enhancement New feature or request label Feb 7, 2023
@nnikolopoulos nnikolopoulos added this to the v1.1.x milestone Feb 7, 2023
@nnikolopoulos nnikolopoulos self-assigned this Feb 7, 2023
@nnikolopoulos nnikolopoulos linked an issue Feb 7, 2023 that may be closed by this pull request
Comment thread ifrs17/Utils/Extensions.ipynb Outdated
Comment thread ifrs17/Import/ImportScopeCalculation.ipynb Outdated
Comment thread ifrs17/Constants/Validations.ipynb Outdated
@nnikolopoulos nnikolopoulos merged commit 3d1ccc1 into develop Feb 10, 2023
@nnikolopoulos nnikolopoulos deleted the 35_RefactorGetElementOrDefault branch February 10, 2023 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

Refactor GetElementOrDefault

2 participants