Skip to content
Snippets Groups Projects
Commit 31b17221 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: support predicate checks for argList (similar to dictionary methods)

- Favour use of argList methods that are more similar to dictionary
  method names with the aim of reducing the cognitive load.

  * Silently deprecate two-parameter get() method in favour of the
    more familiar getOrDefault.
  * Silently deprecate opt() method in favour of get()

  These may be verbosely deprecated in future versions.
parent 695766af
Branches
Tags
No related merge requests found
Showing
with 95 additions and 32 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment