![]() |
|
My programming statistics - Printable Version +- LCKB (https://lckb.dev/forum) +-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109) +--- Forum: Programmers Gateway (https://lckb.dev/forum/forumdisplay.php?fid=196) +---- Forum: Coders Talk (https://lckb.dev/forum/forumdisplay.php?fid=192) +---- Thread: My programming statistics (/showthread.php?tid=4701) |
- rrbkmz_ru - 01-15-2017 Good day to all! I was wondering how much I made changes to the source code LastChaos, objectively evaluate this very difficult(changes in the code - not only adding something, but also the removal of old content), because TFS I started to use only from August 2016, so I decided to calculate the change in the number of lines of code and files amount. And that's what I got: Default Server: Lines in cpp files: 275,180 Lines in header files: 83,164 Total lines in source files: 358,344 Cpp Files: 280 Header Files: 402 Total Files: 682 My Server: Lines in cpp files: 283,905 Lines in header files: 84,293 Total lines in source files: 368,198 Cpp Files: 294 Header Files: 413 Total Files: 707 In total(server): Lines: + 9,854 lines Files: + 25 files My old client(not default, only Engine, because in EntitiesMP I refused to use .es file): Lines in cpp files: 530,924 Lines in header files: 102,240 Total lines: 633,164 Cpp files: 609 Header files: 671 Total Files: 1,280 My current client(only Engine too): Lines in cpp files: 542,590 Lines in header files: 119,535 Total lines: 662,125 Cpp files: 627 Header files: 707 Total files: 1,334 In total(client): Lines: +28,961 lines Files: +54 files Other statistics: Added 12 new UI. Added 1 new Castle Siege. Converted several old UI. Share your statistics(perhaps more objective)! ![]() |