Replies: 1 comment
-
Good idea! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Introducing in one header Macros like
EXE
. To reduce boilerplate and make code more readable.EXE
for example, shortcuts the need to check a function's return value and jump toend
if the function fails. This is a common pattern used in JULEA, and would reduce functions length and extend readability.In addition, would this allow to introduce a warning message structures including
__FILE__
and__LINE__
, and changing this formation without refactoring the whole code base.Beta Was this translation helpful? Give feedback.
All reactions