top | item 27084042

(no title)

cloverr20 | 4 years ago

Hi, I have updated it with some additional stackoverflow links, you can see many people have struggled with similar issues over time.

discuss

order

aardvarkr|4 years ago

Bad design is endemic. Just because other people made the same mistake as you doesn’t mean it’s the only option.

Think about it. They’re sending you data. You’re processing that data. If you don’t delete that data then it’s going to persist especially if you don’t do anything about it. Here’s a suggestion - do something about it! Clear unnecessary data immediately after it’s not needed so you don’t have to rely on python/django’s crappy garbage collection.