Ad
  • Default User Avatar

    You're welcome. In general, I do not put a lot of comments in code but usually try to write in such a way that the code is self-documenting. That is, I try to improve readability by simplifying logic, choosing well-defined functions (following Single Responsibility Principle), and choosing optimal names for functions/variables.