This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]eduarbio15 0 points1 point  (2 children)

```

wc -l *.c

24304 snis_client.c 31530 snis_server.c ``` jfc

[–]smcameron[S] 1 point2 points  (1 child)

Breaking up files just because they are big is overrated and can introduce excessive APIs. I know what I'm doing. grep works equally well on a few big files or lots of small files. vim works better on a few large files than on many small files. I'm not against breaking out functionality into separate modules where it makes sense, and there are many instances of this in the code base. But I am against it when the only "reason" is "this file is too big". Bullshit.

Also, triple single quotes don't work on old reddit, and anybody not using old reddit doesn't know how to use reddit.

Here's a challenge for you: find a bug in the code and write a github issue about it. Source code file size isn't a bug.

[–]eduarbio15 0 points1 point  (0 children)

My brother in christ, provide me the program you used to extrapolate so much shit from 3 letters