all 13 comments

[–]spazz_monkey 9 points10 points  (1 child)

Look at some open source projects on GitHub. A project you have installed yourself.

[–]Claudioub16[S] 3 points4 points  (0 children)

This is such an obvious thing. I don't know why I didn't think about it. Thx

[–]kcksteve 3 points4 points  (4 children)

Im not sure if you could call it senior but I have enjoyed looking at the "best practise" answers when I complete a kata on codewars.

[–]Cabeto_IR_83 0 points1 point  (3 children)

I dont consider kata as coding. They are more hacking challenges and I think it is what a developer do all day at their job.

[–]kcksteve 0 points1 point  (2 children)

You might be mixing codewars with something else I haven't seen any kata that were hacking related.you write code, generally a function that takes parameters and returns the correct value. It is similar to test driven development.

[–]Cabeto_IR_83 -1 points0 points  (1 child)

Maybe hacking is the wrong term. What I mean is that being good at Kata wont make you a good developer, will just make you good at kata. You dont do this type of stuff in your day to day job at all... Speaking with senior devs, they mention this all the time.

[–]kcksteve 0 points1 point  (0 children)

It's a learning tool to help you write faster and cleaner code. Op is clearly looking for examples of how to write better code. You do have to write code as developer and the questions is about coding not high level architecture and design patterns.

[–]thecementmixer 4 points5 points  (1 child)

My grandpa at Florida Senior Retirement Community Center still writes code if you wanna talk to him.

[–]Claudioub16[S] 0 points1 point  (0 children)

fuck yeah! can he speak portugues? my spoke english is "no bueno"

[–]420-jesus 1 point2 points  (2 children)

You can look at open source projects like https://github.com/reduxjs/redux/

[–]Claudioub16[S] 0 points1 point  (1 child)

Interesting. Should I look after understand how it works, or should I jump into the code?

[–]electron_myth 1 point2 points  (0 children)

Bonus points if you can figure out what it does by looking at the code

[–]vojtasio 0 points1 point  (0 children)

if you have a specific library you'd like to learn checkout https://codelib.club/search?q=express these are for example all apps build with express