Skip to content

A simple dojo challenge to use when starting libft using TDD.

Notifications You must be signed in to change notification settings

lula42/dojo_libft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tdd42sp/dojo_libft

This is a Coding Dojo challenge to practice TDD based on the first steps of libft.

If you don't know what a Coding Dojo maybe you can find out some good information here (use google translator if necessary 😛).

If you don't know what libft is, probably you should not be here. Try exploring deeply about 42 São Paulo and passing the piscine before trying this Dojo. 😜

The Dojo starts with ft_isalpha. It starts broken on purpose. After you finish ft_isalpha we recommend following this sequence of challenges:

  • isalpha
  • isdigit
  • isalnum
  • isascii
  • isprint
  • strlen

To run the tests you can use this command line:

gcc ../src/ft_isalpha.c ./test_ft_isalpha.c -o libft.test && ./libft.test

About

A simple dojo challenge to use when starting libft using TDD.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%