Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added The Agile Idea #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ Awesome List of resources on Agile Software Development.
- [Resources Archive - SolutionsIQ](https://www.solutionsiq.com/resource)
- [Blog – Gamestorming](http://gamestorming.com/blog)

## Books
- [The Agile Idea: Great management for great code](https://www.manning.com/books/the-agile-idea) - by Zigurd Mednieks (Agile done right gives managers a secret weapon to deliver great software that serves the needs of all business stakeholders.)

## Contribute Your Favourites
Please share your favourite agile software development resources (books, articles, videos, podcasts) by adding them to this list. Review the [contributor guidelines](CONTRIBUTING.md) and make a pull request.
Expand Down
2 changes: 2 additions & 0 deletions Refactoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
- [Smells to Refactorings Cheatsheet](https://www.industriallogic.com/blog/smells-to-refactorings-cheatsheet/) - by Industrial Logic

- [The Art of Agile Development: Refactoring](http://www.jamesshore.com/Agile-Book/refactoring.html) - by James Shore

- [Five Lines of Code: How and when to refactor](https://www.manning.com/books/five-lines-of-code) - by Christian Clausen
2 changes: 2 additions & 0 deletions Test-Driven-Development-TDD.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@
### Books

- [Test Driven Development: By Example](https://www.amazon.com/Test-Driven-Development-Kent-Beck/dp/0321146530/) - by Kent Beck

- [The Art of Unit Testing, Third Edition](https://www.manning.com/books/the-art-of-unit-testing-third-edition) - by Roy Osherove