-
Notifications
You must be signed in to change notification settings - Fork 69
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
Reorganise repo to be more approachable, fix some formatting & check in a generated PDF #17
Closed
Closed
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
8289f04
Use correctly formatted version of chapter
ramblingenzyme ca37bb3
Move content under 'chapters' directory
ramblingenzyme 191cbf9
Add arbitrary chapter numbers to asciidoc files, polish and include c…
ramblingenzyme 1bc3c3d
Remove unintended pdf
ramblingenzyme d0e15b5
Add .gitignore
ramblingenzyme File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
!97-things-every-agile-developer-shoud-know.pdf |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Too much change for git to pick this up as being moved to chapters/book.asciidoc. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
= 97 Things Every Agile Developer Should Know | ||
|
||
include::ch01_Beware_Of_Agile_Zealots.asciidoc[] | ||
|
||
include::ch02_Dont_Write_Smart_Code.asciidoc[] | ||
|
||
include::ch03_lifelong_learning.asciidoc[] | ||
|
||
include::ch04_Create_Real_and_Lasting_Change.asciidoc[] | ||
|
||
include::ch05_The_Daily_Commit.asciidoc[] | ||
|
||
include::ch06_working_with_water_scrum_test.asciidoc[] | ||
|
||
include::ch07_Dont_Get_Attached_to_Code.asciidoc[] | ||
|
||
include::ch08_CI_attitude.asciidoc[] | ||
|
||
include::ch09_Stop_Worrying_About_Being_Agile.asciidoc[] | ||
|
||
include::ch10_3_Steps_of_a_Change_Agent.asciidoc[] | ||
|
||
include::ch11_Plan_for_Code_Delivery_Aftershocks.asciidoc[] | ||
|
||
include::ch12_Role_Of_Visionary_On_Agile_Teams.asciidoc[] | ||
|
||
include::ch13_Is_Someone_Running_Your_Agile_Project.asciidoc[] | ||
|
||
include::ch14_No_Blockers_No_Way.asciidoc[] | ||
|
||
include::ch15_Its_Not_Scrum_Its_You.asciidoc[] | ||
|
||
include::ch16_Balancing_Speed_and_Quality.asciidoc[] | ||
|
||
include::ch17_Scrummaster_as_Servant_Leader.asciidoc[] | ||
|
||
include::ch18_Tell_Your_Boss_What_Makes_You_Tick.asciidoc[] | ||
|
||
include::ch19_The_Cost_Of_Compliance.asciidoc[] | ||
|
||
include::ch20_Transforming_to_a_High_Performance_Agile_Organization.asciidoc[] | ||
|
||
include::ch21_What_Prevents_Teams_from_Becoming_or_Stop.asciidoc[] | ||
|
||
include::ch22_Egoless_Code_Reviews.asciidoc[] | ||
|
||
include::ch23_untethered_activities.asciidoc[] | ||
|
||
include::ch24_software_engineering_costs_of_quality.asciidoc[] | ||
|
||
include::ch25_Enterprise_Agile_Requires_Greater_Discipline.asciidoc[] | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was an unformatted version of
How_To_Create_Lasting_Change.asciidoc
which becamech04_Create_Real_and_Lasting_Change.asciidoc
below