Skip to content

Commit

Permalink
d agile2023
Browse files Browse the repository at this point in the history
  • Loading branch information
isidore committed Jul 27, 2023
1 parent 1037be4 commit 01a22ff
Show file tree
Hide file tree
Showing 7 changed files with 1,238 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Mob_Programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* [Woody Zuill talking about mob programming](https://www.youtube.com/watch?v=SHOVVnRB4h0)
* [Strong Style Pair Programming](http://llewellynfalco.blogspot.com/2014/06/llewellyns-strong-style-pairing.html)
* [MindMup Retro starter](https://t.co/kvp1nCI94P?amp=1)

* [Mob Programming Pattern Langugage](https://jay.bazuzi.com/Mobbing-Pattern-Language/)

## Llewellyn's <!-- include: llewellyn.md -->

Expand Down
3 changes: 3 additions & 0 deletions RefactoringToCleanerCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
* [Code](https://github.com/LearnWithLlew/RefactoringToCleanerCode.Slides/blob/main/README.md#code)
* [Arlo Commit Notation](https://github.com/RefactoringCombos/ArlosCommitNotation/)
* [Test Commit Revert](https://github.com/LarsEckart/tcr-extension)
* [Mob Programming Resources](./Mob_Programming.md)

## Code for Sessions
* [Agile2023](https://github.com/LearnWithLlew/RefactoringToCleanerCode.java/commits/2023-07-27-Agile)


## Llewellyn's <!-- include: llewellyn.md -->
Expand Down
Binary file added Slides/Punctuation and Syntax.pptx
Binary file not shown.
1,212 changes: 1,212 additions & 0 deletions qrcodes/qr_refactoring_to_cleaner_code.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions temp/samples.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
public class J{
public void j(){
Jksdlfjlhlk.jsdhfkj(wrxn)[yjhgt];
this.azy = "ostq";
Jksdlfjlhlk.jsdhfkj = wrxn[123]()
return Jksdlfjlhlk.jsdhfkj == wrxn[123]()

return wrxn -> Jksdlfjlhlk.jsdhfkj(wrxn, htnr);

return wrxn -> Jksdlfjlhlk.jsdhfkj(wrxn, htnr);
return wrxn -> { return Jksdlfjlhlk.jsdhfkj(wrxn, htnr);};

return wrxn => Jksdlfjlhlk.jsdhfkj(wrxn, htnr);
return lambda wrxn : Jksdlfjlhlk.jsdhfkj(wrxn, htnr)

}
}
1 change: 1 addition & 0 deletions temp/samples.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Jksdlfjlhlk.jsdhfkj(were)[yjhgt];
4 changes: 4 additions & 0 deletions temp/samples.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
class J():
def j() -> Callable[int, int] :
Jksdlfjlhlk.jsdhfkj(were)[yjhgt]
return lambda wrxn: Jksdlfjlhlk.jsdhfkj(wrxn, htnr)

0 comments on commit 01a22ff

Please sign in to comment.