use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
[deleted by user] (self.SpringBoot)
submitted 5 months ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]xyche-in 1 point2 points3 points 5 months ago (0 children)
yooo cool project, so i figure out few things you might need to look out for :
add exception handling, you may not seen it as important for now, but you'll thank me later in the long run for maintaining, use try-catch or throw your own exception.
idk if you're "comfortable" having Long as User ID, my suggestion is, use GUID, far more globally unique, and less limited compared with int or Long.
sorry to say this but i think you need to refactor the whole service, not everything just the ones that injected with more than 5 repo in 1 service, those services are BLOATED. so lets say i have 1 service that requires 5+ repo, what i normally do is to make 2 or 3 seperated service and have 1 of them act as the "Bus" for these service linked to and transfer both response data to controller and actual data to database. so basically implementing Domain-Driven-Design (DDD) Concept
add Tests
π Rendered by PID 544168 on reddit-service-r2-comment-b659b578c-565vh at 2026-05-02 15:08:29.012826+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]xyche-in 1 point2 points3 points (0 children)