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: use braced-init-list for creating default objects #91

Closed vil02 closed 6 months ago

vil02 commented 6 months ago

Description

This change reduces the code duplication (i.e. there is no need to repeat the returned type).

Checklist

Screenshots (if any)

Note to reviewers

Use braced-init-list for creating default objects.