Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-10251

Small C++ improvement to Workgen

    • Type: Icon: Technical Debt Technical Debt
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT11.2.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • 3
    • Storage Engines - 2022-12-12

      Workgen uses lots of C style arrays (const char *) while we could use std::string for more flexibility.

      There are also different areas where we have empty constructors and destructors, we can use the default keyword in the header instead.

      There are other places where C++ features could be used to make the code easier to read. This ticket will try to make those changes.

            Assignee:
            etienne.petrel@mongodb.com Etienne Petrel
            Reporter:
            etienne.petrel@mongodb.com Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: