Okay let's find the longest class object, today I found a class with 12k lines of code. Around 5-10% where functions commented out.
What's the largest class file you ever found in a project?
Okay let's find the longest class object, today I found a class with 12k lines of code. Around 5-10% where functions commented out.
What's the largest class file you ever found in a project?
I was browsing system files earlier this week, and I found this strange bug: there was a file that claimed to be 140.7 terabytes in size. My laptops hard drive is 4 terabytes, and all of my hard drives combined (including the one in my laptop) is only half of this amount. It isn't normal for an integer overflow, as if it was a 64 bit overflow, it should have been in the petabyte or exabyte range, not the terabyte range. #bugs #ubugtu #ubuntu #linux #overflow #system #largefile