Project

General

Profile

Feature #291

digitization cleanup: create value getting function

Added by Tunnell, Christopher almost 13 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Low
Assignee:
Category:
common_cpp
Target version:
Start date:
26 January 2011
Due date:
26 January 2011
% Done:

100%

Estimated time:
Workflow:

Description

Stuff like this:

  assert(configJSON.isMember("SciFiDeadChanFName"));
  _deadChanFName = configJSON["SciFiDeadChanFName"].asString();

should really be a function. Two lines to one.


Related issues

Follows MAUS - Bug #297: replace asserts to errors thatRejectedTunnell, Christopher25 January 2011

Actions
#1

Updated by Tunnell, Christopher almost 13 years ago

  • Category changed from 31 to common_cpp
#2

Updated by Rogers, Chris over 12 years ago

  • Status changed from Open to Closed
  • Assignee set to Rogers, Chris
  • % Done changed from 0 to 100

Done in JsonWrapper (long time ago)

#3

Updated by Rogers, Chris over 12 years ago

  • Target version changed from Future MAUS release to MAUS-v0.0.6

Also available in: Atom PDF