sublinks / sublinks-api

MIT License
68 stars 17 forks source link

Refactor CommentService for improved readability #417

Closed Pdzly closed 2 weeks ago

Pdzly commented 3 weeks ago

The changes include breaking down longer lines of codes into multiple lines to improve code readability. This includes method calls and error handling. Also, an update has been added to increment the children count when a comment is created under another comment.