Skip to content

Document << punctuation #29

@drjrkuhn

Description

@drjrkuhn

I keep seeing the << (left-shift operator) throughout your code -- without knowing what it actually does. It is not part of the standard Julia punctuation set. And, unfortunately, search engines have a difficult time with punctuation.

After searching around the Julia docs, the REPL help system, and looking through your dependency chain, I finally found the redefinition of << in Patchwork.jl as an Element concatenation/push operation. Since your examples rely heavily on the << operator, I suggest that you add a section on it in your README.md file explaining its use.

The << operator redefinition is actually explained in the Patchwork.jl library README, but it doesn't hurt to readdress the unfamiliar operator syntax in ThreeJS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions