Skip to content

A Kata to have an 'easy' introduction into the Java programming language. This kata has been made to to practice with the OOP programming paradigm, apply correctly the TDD process to solve problems and have a fluent progression while you're developing the software. Check it out if you're interested.

License

Notifications You must be signed in to change notification settings

pau13-loop/BiciPalma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BiciPalma Java Kata

In this repository you'll find BiciPalma Kata. This kata is to introduce yourself into the beginnings of Java, the SOLID principles and how to develop a good OOP programming applying the TDD correctly.

Table of Contents

  1. Motivation
  2. Used Technologies
  3. Reflections
  4. UML Diagram
  5. License

Motivation

I've done this kata really motivated because being one of the first ever programs I had to develop with the programming language Java. This kata has helped me to develop my skills working with the OOP programming paradigm and it made me apply the TDD process during all the kata, by this way has been a bit easier to develop it. I start to feel that Java could be like the 4x4 programming language and I really like to imagine all the chances that gives you one time you are in control of what are you doing.


⬆ back to top

Used Technologies

  • Java
  • Junit
  • Maven
  • Jacoco
  • MarkDown
  • Github

⬆ back to top

Reflections

In my opinion, this is a quite complex kata with and the people that don't have too much experience programming yet, like me, could find this kata harder than what they expected. This time I found myself in a bit of troubles trying to develop the logic of the program, but it really liked me see how I've done to go over the problems appeared during the process and realize with myself how powerful and how many mistakes you can avoid applying the TDD process correctly. I'm completely sure that if I try this kata without do a TDD process I could spend so much time trying to get the software working like I could wanted. But after reading all that, don't be scared to try it if you are interested, unless feel free to try it, if it has happened to me it's because my short experience and after repeat it a few times I was so much more fluent than at the beginning.


⬆ back to top

UML Diagram

UML Diagram

This UML Diagram has been provided by https://github.com/dfleta


⬆ back to top

License

MIT License

Copyright (c) 2020 AntoniPizarro and Pau Llinàs

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


⬆ back to top

About

A Kata to have an 'easy' introduction into the Java programming language. This kata has been made to to practice with the OOP programming paradigm, apply correctly the TDD process to solve problems and have a fluent progression while you're developing the software. Check it out if you're interested.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages