By: aaron spink (aaronspink.delete@this.notearthlink.net), August 12, 2019 8:45 am
Room: Moderated Discussions
Adrian (a.delete@this.acm.org) on August 11, 2019 5:41 am wrote:
> I suppose that there are more software developers than that and
> program compilation scales very well with the number of cores.
>
Program compilation scales even better if you don't do it on your client. Its shocking that we're still doing that considering the technology to get off it is now almost 20+ years old. Versioning and caching build systems are just so much better. Vesioned build systems with caching is what should be used. The only time someone should ever be doing a local build is if they are trapped on a desert island.
> I suppose that there are more software developers than that and
> program compilation scales very well with the number of cores.
>
Program compilation scales even better if you don't do it on your client. Its shocking that we're still doing that considering the technology to get off it is now almost 20+ years old. Versioning and caching build systems are just so much better. Vesioned build systems with caching is what should be used. The only time someone should ever be doing a local build is if they are trapped on a desert island.