Skip to content

Files

Latest commit

baf8fce · Mar 28, 2024

History

History

resources

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 28, 2024

README.md

Automation Arsenal - Resources



Cheat Sheets


Reading

General principles

  • DRY - Don't repeat yourself. Say no to code duplication.
  • YAGNI - You aren't gonna need it. Implement only features you actually need. Delete all code that is not in use.
  • KISS - Keep it simple, Stupid. Keep code as simple as possible.
  • SOLID - Five design principles to make code more understandable, flexible and maintainable.

Practical advices

Books

  • Clean Code by Uncle Bob. Must read. Period. Badly written code is a total mess. At certain point maintenance will consume all the time you have.
  • xUnit Test Patterns: Refactoring Test Code by Gerard Meszaros. Bible of unit testing. Same principles are applicable to any automated tests. Another must read.

Useful Read

Events

Video

  • DevTube - Basically, YouTube for Software Development related videos. Lots of useful material.

 


Find this list helpful? Show some support:

GitHub followers GitHub forks GitHub stars Twitter Follow

 

Interested in contributing?

Contributions are welcome! Read contribution guidelines.

License

CC-BY-SA-4.0