Skip to content

[#12] rename Contract to ContractCode

Pinto Pasquale requested to merge pasqu4le/#12-contract-to-contractCode into master

Description

As advised in the issue, the solution is split in two parts:

  • rename Contract to ContractCode
  • rename FullContract to Contract

This solves the first part of the problem and renames both the typed Morley's and Lorent's Contract to ContractCode. Additionally convertContract and printTypedContract also have been renamed because their FullContract counterparts already exists and those will be renamed to these ones.

Related issue(s)

Part of #12 (closed)

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated the changelog if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Pinto Pasquale

Merge request reports