This week's book giveaway is in the Programmer Certification forum.
We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Things related to Software Craftsmanship

 
Sheriff
Posts: 17702
301
Mac Android IntelliJ IDE Eclipse IDE Spring Debian Java Ubuntu Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As a convenience, here are some links to material that you can read if you want to learn more about software craftsmanship.

Manifestoes:

Manifesto for Software Craftsmanship - sign it today!
Agile Manifesto - sign it today!

Books:

The Software Craftsman: Professionalism, Pragmatism, and Pride by Sandro Mancuso
Software Craftsmanship: The New Imperative by Pete McBreen
The Pragmatic Programmer: From Journeyman to Master by Andrew Hunt and David Thomas

Extreme Programming Explained: Embrace Change, 2nd Ed. by Kent Beck
Refactoring: Improving the Design of Existing Code by Martin Fowler

Agile Software Development: Principles, Patterns, and Practices by Robert C. Martin
Clean Code: A Handbook for Agile Software Craftsmanship by Robert C. Martin (aka "Uncle Bob")

Growing Object-Oriented Software Guided by Tests (aka GOOS) by Steve Freeman and Nat Pryce
Test-Driven Development By Example by Kent Beck

Working Effectively with Legacy Code (aka WELC) by Michael Feathers
Refactoring to Patterns by Joshua Kerievsky

... and many more

Articles:

Professionalism and Test-Driven Development by Robert Martin
Professionalism and TDD (Reprise) by Robert Martin
Coplien and Martin debate TDD, CDD, and Professionalism - InfoQ
Code as Design - Three Essays by Jack Reeves

... and many more

The Clean Code green band: http://butunclebob.com/ArticleS.UncleBob.GreenWristBand

Commit to becoming a Software Craftsman today and let's put more pride and joy in our work!
 
Junilu Lacar
Sheriff
Posts: 17702
301
Mac Android IntelliJ IDE Eclipse IDE Spring Debian Java Ubuntu Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also mentioned in the book "The Software Craftsman" are kata with respect to practice.

There are a few Japanese words related to practice. The following definitions are from a list on the Kendo America website:

Kata - A standard of practice expressed in formalized spirit, technique, and movement based on practical experience in real battle.

Keiko - A term formed from two characters meaning “antiquity” and “to think”, implying the study of military or cultural arts. (Not simple repetitious training but also stresses the importance of mental attitude in physical technique. ...

Shugyo - 1. Training for the acquisition of skill. 2. Pursuit of knowledge.

-------

Another Japanese concept you may find useful: Shu Ha Ri - three stages of learning/mastery

-------

Coding Kata Sites

http://codingkata.org/
http://codekata.pragprog.com/
http://kata.softwarecraftsmanship.org/
 
Creativity is allowing yourself to make mistakes; art is knowing which ones to keep. Keep this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic