Skip to content

Created to help introduce people to the Groovy language

Notifications You must be signed in to change notification settings

AshciR/groovy-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Groovy Tutorial

Welcome! This repository was created to help you get used to the Groovy language.

Topics

You can find the classes for the following topics within the src/test/groovy/io/richie package.

  • Introduction (HelloGroovyWorld)
  • Dynamic Typing (HelloGroovyWorld)
  • String manipulation/templates/G-Strings (HelloGroovyWorld)
  • Similarities with Java
    • Loops (Loops)
    • Conditional statements (Conditionals)
  • Classes (Objects)
    • Properties
    • Object creation
    • Scope
  • Defensive Programming
    • Null Checks (NullSafety)
    • Elvis Operator (NullSafety)
    • Default Arguments (DefaultArguments)
  • Closures (ClosuresExample)
  • Collections (Collections)

About

Created to help introduce people to the Groovy language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published