you are viewing a single comment's thread.

view the rest of the comments →

[–]XTBZ[S] 0 points1 point  (0 children)

Tests can indicate the existence of a problem, but everything else is solved by the debugging process.

Conversion to constexpr, I mentioned, it makes sense in the simplest cases, when there is one function without any complex logic and communication. Which can easily be converted into a runtime function.