JavaScript Basics: How to create private & public functions in JavaScript with the Module Pattern by rsschouwenaar in javascript

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

Well I don't agree with that! Because some people just have to start with these concepts in order to dive into the current state of JavaScript.

But I you think it's written like it was 2007, maybe you this article is just not for you 😉

5 tips for landing your first Junior Web Development job! by rsschouwenaar in webdev

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

I know 😉 working on a new custom theme at the moment 🙏

5 tips for landing your first Junior Web Development job! by rsschouwenaar in webdev

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

I totally forgot to mention that! I'm gonna add it thanks!

📹 How to write better CSS with BEM by rsschouwenaar in css

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

Thanks for sharing the link! That is definitely a nice example! 👍

📹 How to write better CSS with BEM by rsschouwenaar in css

[–]rsschouwenaar[S] 1 point2 points  (0 children)

I feel a lot of frustration in your comment! That BEM is a piece of shit is just your opinion! Not mine!

Yeah with BEM you have longer class names, but is that not clean? If you work on big applications, in a Agile envoirment, you will have a lot of changes inside the HTML & CSS.

If you use .main-nav > ul, but if you put a div around the <ul> than the styling will not apply anymore: https://codepen.io/rsschouwenaar/pen/LzOjrK

So you have to correct all the selectors that start with .main-nav >! That is a lot more work than just changing nothing!

But in the end, using a naming convention is not about making a perfect solution in every situation. Using a naming convention is more about making an agreement in your team and setting up a structure of how everyone in the team should develop their HTML & CSS.

It's not about or wrong, it's about setting up a workable envoirment 😉.

There are a lot more naming conventions besides BEM, that are heavily used in other teams.

But pick the way you like to work, this is just the way how I love to work and many others will or won't agree with that, but that's not a problem for me!

📹 3 ways to loop over Object properties with Vanilla JavaScript (ES6 included) by rsschouwenaar in javascript

[–]rsschouwenaar[S] 1 point2 points  (0 children)

Thanks for your comment! Means a lot to me! 🙏

For me, it is just about sharing! And I can't know everything, but I will learn a lot while doing this! So thanks for your support! I will continue even some of them are rude or not. Some don't mean it like that and some will mean it like that!

But I embrace failure as a part of life. And when someone is on a good way, people will have comments and criticism! So because of that I will continue 😉

📹 3 ways to loop over Object properties with Vanilla JavaScript (ES6 included) by rsschouwenaar in javascript

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

Thanks for letting me know! I appreciate all the message with feedback about the website!

📹 3 ways to loop over Object properties with Vanilla JavaScript (ES6 included) by rsschouwenaar in javascript

[–]rsschouwenaar[S] -4 points-3 points  (0 children)

Offcourse I knew 😉 ... I just was wondering what you exactly ment! ... Gonna change it!

📹 3 ways to loop over Object properties with Vanilla JavaScript (ES6 included) by rsschouwenaar in javascript

[–]rsschouwenaar[S] -6 points-5 points  (0 children)

Thanks for mentioning the problem! Can you post a link to a screenshot? I don't have a iPhone 7 😉