julelang / jule

Effective programming language to build efficient, fast, reliable and safe software while maintaining simplicity
https://jule.dev
BSD 3-Clause "New" or "Revised" License
128 stars 13 forks source link

style: prefer `using` when dealing with pointers #83

Closed vil02 closed 7 months ago

vil02 commented 7 months ago

Description

Somehow the syntax typedef A *B; reminds me the --> operator. I would not only change the formatting here but also advocate for using.

Checklist

Screenshots (if any)

Note to reviewers

Prefer using when dealing with pointers.