Release 0.2


Release 0.2 The Summary



At the beginning of Hacktoberfest I had a goal of doing a super good PR. I really wanted to do one on software a use / used a lot. I spent alot of time looking at hearthstonedecktracker and aircrack-ng. These projects were much to big for me to begin on. So I settled with walking before running and just explored by topics. One project I started to work on villetracker, there was a feature request for app tracking. I started to work on it and halfway through I saw someone put in a PR implementing the features I was working on. I learned that I should probably communicate that Im working on something so that people don't do the same work. 


I also learned that attempting to do a feature request on a no longer updating  package also has it challenges. The dual counter was a big learning experience because i had to learn how other people implement data persistence along with confusing fragment menus. Im currently working on Android projects so that is why this was a good choice to work on.  I learned that some code isn't meant to be up-gradable . In this case there is no way to save the counters as the SortedMap and the PersistData only accepts String , ? , max 2 field map.

Next Hacktoberfest I think I will work on getting a PR on a project meaningful for me. While I did spend alot of time looking at these larger projects, I think it was time well spend as I kinda got a sense of the complexity these projects. You really need to spend alot of time to be able to contribute to them, Especially NEW FEATURES!!

One thing that I wanted to learn abit more about that I never did was writing tests. Im not sure how to do it in other languages and for other programs. I think this would be a great thing to do for next hacktoberfest as a lot of projects don't have tests!



### Issues

https://github.com/sagarnayak/RSAEncryption
https://github.com/gentlecat/counter/issues/49
* No Issue
* No Issue
https://github.com/utkarsh22garg/ChatEncrypter/issues/2


### Pull Requests

https://github.com/sagarnayak/RSAEncryption/pull/1
https://github.com/gentlecat/counter/pull/58
https://github.com/Omkar-Ajnadkar/Hello-World/pull/1260
https://github.com/characterdog/bmi-calculator/pull/14
https://github.com/utkarsh22garg/ChatEncrypter/pull/1
https://github.com/utkarsh22garg/ChatEncrypter/pull/3

### Blog Posts

http://osd600rhayes2.blogspot.com/2018/10/rsa-encryption-on-strings.html
https://osd600rhayes2.blogspot.com/2018/10/the-non-longer-persistant-counter.html
https://osd600rhayes2.blogspot.com/2018/10/learning-xojo.html
https://osd600rhayes2.blogspot.com/2018/10/adding-simple-radios-ends-in-bot-madness.html
https://osd600rhayes2.blogspot.com/2018/10/documenting-installing-chatencryptor.html
https://osd600rhayes2.blogspot.com/2018/10/fixing-double-import-chatencryptor.html

Comments

Popular posts from this blog

Image-Steganography-Library-Android

Release 0.3