Can D used for BIG-HUGE projects?
Meta
jared771 at gmail.com
Mon Dec 21 17:00:52 UTC 2020
On Sunday, 20 December 2020 at 03:06:21 UTC, H. S. Teoh wrote:
> On Sat, Dec 19, 2020 at 10:53:40PM +0000, Adam D. Ruppe via
> Digitalmars-d wrote:
>> On Saturday, 19 December 2020 at 09:53:47 UTC, 9il wrote:
>> > big and huge (>100K LOC) projects
>>
>> Geeze, by that definition my hobby code I wrote by myself is a
>> "big and huge" project.
>
> Yeah 100K LOC is not very much at all. The codebase I work on
> at my day job is >1.2M LOC and takes about 20-30 mins to build.
> No D, though, unfortunately, just C, C++, Java, JS, and a bit
> of Tcl.
>
>
> T
Same for me. Our codebase at work is roughly similar in size,
mostly Java/Groovy with small components written in C++ and Go.
It's actually really nice how easy it is to navigate the Java
code in IntelliJ - only once have I had an issue finding where
some old functionality was implemented, and that was because the
code was loading classes at runtime from another module with
nothing to indicate the connection between it and that module.
When I think about trying to trace the flow of execution through
a big D project, most of which I didn't write, that makes heavy
use of metaprogramming... I think it would be far more painful.
More information about the Digitalmars-d
mailing list