|
|
|
|
|
by superasn
2855 days ago
|
|
Yes I just used to dump everything in those file. But later on I realized that it makes more sense to segregate it into broad categories like net.php (google search, youtube, and website stuff related), mechanize.php (we crawler stuff) and everything.php (everything including the kitchen sink). It really doesn't even take me 3 steps to find it anymore since I name the functions quite intuitively (str_match_brackets_balanced) so anytime i type strbrackbal phpstorm automatically autocompletes the function for me. Similar for JS though I haven't been able to create any categories and everything.js is all that is. |
|