Git Product home page Git Product logo

manning_software_mistakes_and_tradeoffs's Introduction

Book

This is a code for "Software Mistakes and Tradeoffs: Making good programming decisions"

The structure of the code

Each chapter has a dedicated folder for its code. In the src directory you will find the production code grouped per chatper. In the test directory you will find the java test code.

Some chapters are using code written in Scala language (i.e. chapter 05), you will find it in the dedicated scala_project. You can import the scala_project directly to your IDE, or run the scala test, in the context of this project:

cd scala_project
mvn clean test
mvn gatling:test

How to run the code

Once you do a git clone on the repository, you can build the project by using mvn. To compile the project, run the mvn compile. To run all tests, run mvn test command.

You can also import your code into IDE. In the IntelliJ IDEA, you need to open the project. It will automatically import it as a maven project and fetch all needed dependencies.

Code formatting

This project uses automatic code and XML format plugins to keep the consistent code style. To format the Java code, run:

mvn fmt:format

To format XML files (mainly pom.xml):

mvn au.com.acegi:xml-format-maven-plugin:3.1.1:xml-format

manning_software_mistakes_and_tradeoffs's People

Contributors

tomekl007 avatar jeffmorin avatar jskeet avatar

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.