https://bugs.kde.org/show_bug.cgi?id=274931

--- Comment #63 from Arash B <ara...@gmail.com> ---
On a different point, I would advice that full function definition is written
as a comment above where macros are used to write function header and body. It
would for instance look like this in rules.cpp line 856:

// Function body declaration of bool WindowRules::checkNoBorder( bool arg, bool
init ) const
CHECK_RULE(NoBorder, bool)

This way the function name will actually be searchable with a tool like grep. I
spent the better part of an hour trying to locate this, and was at last
thinking that the function body declaration is somehow linked from a library or
another repo of code.

It will take some time to add such comments but it will be worth it and save
time in the end.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to