and not bool or int. Return values should be passed to the caller via argument pointers.
This "style" is already applied in a few places, e.g. p3io, and seems to be a good way to go. This also allows simpler cascading of errors especially in the context of hooked code.
Proposed by @tau
and not bool or int. Return values should be passed to the caller via argument pointers.
This "style" is already applied in a few places, e.g. p3io, and seems to be a good way to go. This also allows simpler cascading of errors especially in the context of hooked code.
Proposed by @tau
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
and not bool or int. Return values should be passed to the caller via argument pointers.
This "style" is already applied in a few places, e.g. p3io, and seems to be a good way to go. This also allows simpler cascading of errors especially in the context of hooked code.
Proposed by @tau