Was told my post is reasonable to go here
# feed
s
Was told my post is reasonable to go here
💡 1
s
I suggest you let your post revise by ChatGPT to something like „I wrote an article about…“
a
very cool! Something caught my eye: for file watching, did you consider using an NIO's WatchService instead of a
while (true) {}
loop? It shouldn't make much difference, but I think it's more appropriate. Maybe you did consider it but it had some flaws?
s
I don't believe I was aware of WatchService, but I could've sworn I had an issue with something like it when I was working on one of my projects. I think that would in fact be a better option