Re: What scripting should I use for building?
Posted: Sat Sep 20, 2014 11:59 am
What tool did you use to generate those statistics?bluemoon wrote:I think it's clear that we have different idea on what a real (or good) programmer is.muazzam wrote:But real programmers should use them. If they want to automate this process they should write their own utilities.Combuster wrote:"simple" shell scripts don't reduce compiling 400kloc to the set that actually changed.
Anyway, I don't even consider writing own tool is a need, but it should be a decision if that align to your goal. For me, I don't write that tool since I want to be focus to what matter to me, especially if I don't even have the time to afford one hobby OS; but for other if they do it for fun, and found writing a tool interesting, go ahead - but unless he was doing it for no reason, it has nothing to do with the judging of programmer.
by the way, I use some shell script to do sanity checks and generate Makefile, but the shell script itself is minimal code (600 lines including the Makefile template).
Code: Select all
SLOC Directory SLOC-by-Language (Sorted) 6904 usr ansic=2499,asm=2342,cpp=1537,sh=526 74 test sh=74 0 project (none) Totals grouped by language (dominant language first): ansic: 2499 (35.81%) asm: 2342 (33.56%) cpp: 1537 (22.03%) sh: 600 (8.60%)