python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Is it okay to accommodate cron jobs inside the library?
We’re currently splitting monolithic app into a set of microservices. This monolithic app contains certain functionality which is a good candidate to become a library. This library will be consumed by...
Stranger95
Votes: 0
Answers: 1
How do you pythonically reuse a complex data structure without copying or re-reading a file?
I'm writing a Discord bot that, among many other things, must engage in question-answer dialogues with users. There may be multiple of the same kind of dialogue ("script") running at once as...
Wookieguy
Votes: 0
Answers: 0