Ticket #710 (closed: fixed)
Improve Parameter casing consistency
Reported by: | Nick Draper | Owned by: | Sofia Antony |
---|---|---|---|
Priority: | major | Milestone: | Iteration 18 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
This is apparent when using named arguments in Python and was spotted by a user.
We need to go over all algorithms and enforce PascalCaseCapitalisation. Where this changes an algorithm we must check that all of our scripts still work, and you must maintain a list of the algorithms changed so we can warn our users.
Change History
comment:2 Changed 11 years ago by Sofia Antony
- Status changed from new to closed
- Resolution set to fixed
comment:3 Changed 11 years ago by Sofia Antony
- Status changed from closed to reopened
- Resolution fixed deleted
Note: See
TracTickets for help on using
tickets.
(In [2690]) re #710 Algorithm Parameters renamed