SlideShare a Scribd company logo
Coding Dojo
         ¿Que es?

     JoeDayz 2012
Reunión de programadores para
    trabajar en un reto de
        programación
Adquiriras
  nuevas
habilidades
Colaborativo y no competitivo
Divertido
“mucha cerveza y
   bocaditos”
CodeKata
Randori




          Ver Video
Kata: Números Romanos
   Problem Description




The Romans wrote numbers using letters - I, V, X, L, C, D, M. (notice these letters
have lots of straight lines and are hence easy to hack into stone tablets)

Parte I: The Kata says you should write a function to convert from normal numbers to
Roman Numerals: eg

     1 --> I
     10 --> X
     7 --> VII
etc.
For a full description of how it works, take a look at [http://www.novaroma.org/
via_romana/numbers.html]: which includes an implementation of the Kata in
javascript.

There is no need to be able to convert numbers larger than about 3000. (The Romans
themselves didn't tend to go any higher)

Parte II: Write a function to convert in the other direction, ie numeral to digit.

More Related Content

PDF
SEO voor recruitment
PPT
DOC
Himansu Pati
PPT
PPT
PPT
Las hojas (matisse)
PPT
Polinter05
PPT
World Hunger
SEO voor recruitment
Himansu Pati
Las hojas (matisse)
Polinter05
World Hunger

Similar to ¿Qué es un Coding dojo? (6)

PPT
Roman_Numerals_CC.ppt and conversion from figures to roman numerals
PPT
ROMAN EMPIRE
PPT
Roman numerals cc
PDF
Maths Concept Notes for Class 4 – Roman Numerals.
PPT
Coding dojo
PDF
Roman-numeral-powerpoint.pdf
Roman_Numerals_CC.ppt and conversion from figures to roman numerals
ROMAN EMPIRE
Roman numerals cc
Maths Concept Notes for Class 4 – Roman Numerals.
Coding dojo
Roman-numeral-powerpoint.pdf
Ad

Recently uploaded (20)

PDF
Empathic Computing: Creating Shared Understanding
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
cuic standard and advanced reporting.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
Big Data Technologies - Introduction.pptx
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
MIND Revenue Release Quarter 2 2025 Press Release
DOCX
The AUB Centre for AI in Media Proposal.docx
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPT
Teaching material agriculture food technology
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
Empathic Computing: Creating Shared Understanding
Spectral efficient network and resource selection model in 5G networks
Mobile App Security Testing_ A Comprehensive Guide.pdf
Review of recent advances in non-invasive hemoglobin estimation
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
cuic standard and advanced reporting.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
Big Data Technologies - Introduction.pptx
Understanding_Digital_Forensics_Presentation.pptx
MIND Revenue Release Quarter 2 2025 Press Release
The AUB Centre for AI in Media Proposal.docx
“AI and Expert System Decision Support & Business Intelligence Systems”
Advanced methodologies resolving dimensionality complications for autism neur...
Programs and apps: productivity, graphics, security and other tools
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Teaching material agriculture food technology
Network Security Unit 5.pdf for BCA BBA.
Diabetes mellitus diagnosis method based random forest with bat algorithm
Ad

¿Qué es un Coding dojo?

  • 1. Coding Dojo ¿Que es? JoeDayz 2012
  • 2. Reunión de programadores para trabajar en un reto de programación
  • 4. Colaborativo y no competitivo
  • 7. Randori Ver Video
  • 8. Kata: Números Romanos Problem Description The Romans wrote numbers using letters - I, V, X, L, C, D, M. (notice these letters have lots of straight lines and are hence easy to hack into stone tablets) Parte I: The Kata says you should write a function to convert from normal numbers to Roman Numerals: eg 1 --> I 10 --> X 7 --> VII etc. For a full description of how it works, take a look at [http://www.novaroma.org/ via_romana/numbers.html]: which includes an implementation of the Kata in javascript. There is no need to be able to convert numbers larger than about 3000. (The Romans themselves didn't tend to go any higher) Parte II: Write a function to convert in the other direction, ie numeral to digit.

Editor's Notes