-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding 3 loop types for connector #28
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #28 +/- ##
==========================================
+ Coverage 32.06% 34.54% +2.48%
==========================================
Files 8 8
Lines 131 165 +34
==========================================
+ Hits 42 57 +15
- Misses 89 108 +19
Continue to review full report at Codecov.
|
Posso estar enganado, mas acho que um melhor jeito de implementar isso seria a partir do uso do multiple dispatch oferecido pela linguagem, deixando para o interpretador a tarefa de cambiar entre as rotinas de acordo com o tipo de tabela usada na função |
Um fator também importante seria a adição de testes para está funcionalidade. |
sim sim os testes eu vou colocar quando o review estiver certinho |
Altered the way loops are read by using multiple dispatch
modifiquei para usar o Multiple Dispatch |
Adicionei os loops ao tables connector :foward, :backward e :yoyo como parametro no TablesConnector e o parametro padrao é :none que nao realiza nenhum tipo de loop