Skip to content

ibrahimcesar/ts-math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math Math

TypeScript Fun

... ctions with "Simple" Math

Up and running

npm install
npm i # se quiser economizar 200 nanosegundos

yarn # se for do time Yarn

Bad, bad code

/src/math.ts

WHATACODE!

Errors, errors...

Run Test

npm run test
npm test

yarn test

Find the errors. Fix.

Something wrong doesn't seem right...

Run Test:Coverage

npm run test:coverage

yarn test:coverage

You can also check in your browser a report saved at ./coverage/index.html:

Coverage Report

Challenges

“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.”

― Martin Fowler

  • Clean the code!
  • Make tests go green!
  • Open a PR!

The book is on the screen

Inglês faz parte da síntaxe de nossas linguagens. É sempre bom exercitar a linguagem para ter acesso a mais conteúdo e participar das comunidades online. Invista em aprender tanto esta linguagem natural quanto linguagens de marcação e programação!

Show me the Code

Episódio 4: Team Dynamics

Desafio do quarto episódio sobre Clean Code do Show me the code, o único reality show educativo no universo da programação, que vai revelar os elementos de um ambiente de alto nível, para que você possa usar isso na sua carreira. Criado pela RocketSeat!

MIT License

Copyright (c) 2022 Ibrahim Cesar

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.