|
> But this style is not friendly with some tools like debugger or codeDoesn't the same concern apply to multi-part expressions on the same line?
> coverage analysor.
> For example (from luaB_select):
> if (i < 0) i = n + i;
> else if (i > n) i = n;
if (lua_type(L, 1) == LUA_TSTRING && *lua_tostring(L, 1) == '#') {