Code Monkey home page Code Monkey logo

Comments (1)

valentjn avatar valentjn commented on May 29, 2024 1

Gradle seemed to cause more problems for me than it solved. You don't see it in the commit history (because only the final results made it in there), but every time something related to the build system needed to be changed, an overly large amount of googling was necessary to solve any arising problems (and it wasn't just because of me – I knew CMake and SCons). IIRC, old problems that I deemed solved resurfaced when solving new ones. A lot of "magic" seemed to be involved.

Plus (and of course this is related), I never understood the language really (I don't even know Groovy), and I didn't want to learn yet another language just for a build system, because that's time I'd rather spend on the actual software. A scripting language in the build system is of course a huge point of flexibility, but LTEX didn't need that at that point in time. Having clear XML files (which are not programs) containing the dependencies and the info which action is executed in which stage seemed more appealing to me.

I did a bit of googling back then, and it turned out a lot of projects were migrating from Maven to Gradle, fewer the other way around. However, in itself, that's not a great argument for me; so I looked at the reasons why people are migrating, and this blog post finally convinced me to try Maven while I was restructuring the whole project anyway.

Looking back now, Maven isn't an ideal solution either, its most important drawback probably being the lack of incremental recompilation, but at least I understand my own build system now more or less, and that's an absolute necessity for me as maintainer.

from ltex-ls.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.