Skip to content
This repository was archived by the owner on Feb 28, 2021. It is now read-only.
This repository was archived by the owner on Feb 28, 2021. It is now read-only.

rename some args  #135

Description

@mithru

Nature of issue

  • Existing feature enhancement

I realized things like the below line from fillEntity.js use the name shapeObject which perhaps makes sense in shapeEntity.js but the meaning doesn't carry through for newer methods. Maybe we can rename it to methodObject ? I sure helps me understand the code a lot better.

function FillEntity(Interceptor, shapeObject, fillArgs, canvasX, canvasY) 

For reference, if I console.log(shapeObject) I get this

{name: "fill", params: Array(4), class: "p5", module: "Color", submodule: "Setting"}

Thoughts?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions