Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
It's doable for good dev with practice, as a noob i managed to write 2k lines in one day
-
dev-aa1467yYeah, but now, after that sprint, I am running low on energy. I guess I should go for rest for another 2 months to recover :))
-
neo-7314477ywhere did u count those lines!
i know the editor provides lines count but still in how many modules did u count? -
dev-aa1467yVisual Studio has tools for that. (https://stackoverflow.com/questions...) They are not super accurate.
It was calculated in 33 projects (including unit tests) which from high-level are 7 modules. -
Doesn't c# have braces on their own lines as part of standards guidelines? Still that is a lot of code.
-
dev-aa1467y@sdushantha
Yes, it is just hello world script. Separated in 7-8 modules. Each hello world script is deployed in dedicated Azure Function, that is triggered from Service Bus queue. In short, it is: hello world scriptS. -
dev-aa1467y@thesagya VisualStudio has code metrics for that. (https://stackoverflow.com/questions...)
-
Guys, u can try this to count lines of source code... great one in my opinion... plus, shows lines with respect to file types
https://github.com/cgag/loc
To op:
Wow that is awesome!!! My total codebase till date is not that big 😨😨 -
scroach13436yThat actually sounds horrible.. do you ever think between typing or are you just copy pasting? Either that or you generated lots of entities which accounts for 20k lines 😂
Related Rants
I am serious. In 1 month, I wrote 32451 lines of code.
- 960 functions
- 189 unit tests
rant
c# .net