Тёмный

Refactor "Senior" PHP Code with Early Returns 

Laravel Daily
Подписаться 140 тыс.
Просмотров 25 тыс.
50% 1

I noticed a tweet with the code that is begging to be reviewed and refactored. Let's go!
- Original tweet with my answer: / 1662347216072200195
- Code Styling in Laravel: 11 Common Mistakes: laraveldaily.com/post/code-st...
- - - - -
Support the channel by checking out my products:
- My Laravel courses: laraveldaily.com/courses
- Laravel QuickAdminPanel: quickadminpanel.com
- Livewire Kit Components: livewirekit.com
- - - - -
Other places to follow:
- My weekly Laravel newsletter: us11.campaign-archive.com/hom...
- My personal Twitter: / povilaskorop

Хобби

Опубликовано:

 

5 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 224   
@hansherrera5321
@hansherrera5321 Год назад
Seeing this code coming from a senior dev makes me feel really good about myself
@andibachtiar8788
@andibachtiar8788 Год назад
sometimes they just simply won't adapt to a new concept
@ivanjelenic5627
@ivanjelenic5627 Год назад
The person that wrote that code is not a senior dev. They might call themselves senior, but they're not.
@PaulaBean
@PaulaBean Год назад
Perhaps it was a purist who thinks functions are only allowed to have one return statement.
@spicynoodle7419
@spicynoodle7419 Год назад
Senior dev as in 90yo PHP dev who's been coding for 2 weeks
@lassestube
@lassestube 13 дней назад
😂same here
@IlPandax
@IlPandax Год назад
I have 20+ years of experience. I met every type of developer you could ever meet. Once I worked with a senior developer who didn't believe in indentation. He wrote code on few lines and even mocked me when I indented his code every time I had to correct one of his bug. On another occasion, another colleague, I had to search for a bug in one of his controllers, that was more than 1000 lines long. In the past I made mistakes, of course, learning is a "long" process, but I always tried to do my best to write clean code. Sometimes other people just don't seem to care.
@GerardoBelot
@GerardoBelot Год назад
Tell me about it, rigth now Im working on a proyect with clases with +3000 lines each, is a mess!!!
@ariumboroseno
@ariumboroseno Год назад
@@GerardoBelot uwoww, is that a legacy project ?
@souravdutt7
@souravdutt7 Год назад
Lol, I can feel it... In my freelance journey, I had worked and still working with a team of devs, where most guys really don't care about the pain of others. It mostly happens when the most senior one ignores it.
@rikiamaru
@rikiamaru Год назад
@@GerardoBelot i feel you bruh, im in the middle of refactor it also, and its a niggghhtttmaarreee
@javieru5871
@javieru5871 Год назад
Feel you bro, some people are just fine as long as the functionality works...
@AranyaSen
@AranyaSen Год назад
json_decode($response->body()) can be refactored into $response->json() Nice demonstration of how nested if-elses can be improved drastically! I hope the author would see this video and learn from it.
@JoseDlucca
@JoseDlucca Год назад
I new versions of laravel? I think that Guzzle remove the json() method because it was not in the specs of PSR, but i am not sure if the laravel facade Http also remove the method
@celucasa6810
@celucasa6810 Год назад
@@JoseDlucca I confirm $response->json() works just fine in Laravel version 10.12
@spicynoodle7419
@spicynoodle7419 Год назад
You can even take some nested object in the JSON like this: $json = $response->json('rows.0.elements.0') and it will return null if that object doesn't exist
@1337kaas
@1337kaas 10 месяцев назад
​@@spicynoodle7419thanks for sharing 🙏
@tomsriver2838
@tomsriver2838 5 месяцев назад
Works with Laravel 8 too​@@celucasa6810
@Atiradeonvideo
@Atiradeonvideo Год назад
People that blame a framework for that code simply lack in judgement and honesty. Every framework AND language allows bad coding.
@BernhardK91
@BernhardK91 Год назад
Blaming the framework for bad code is like blaming a hammer not working as a saw.
@f13775
@f13775 Год назад
Seniors sometimes write code which smells. But before making any conclusions I think there should be some clarification questions regarding this code, for example: - Does the code work? - How well does it work? - Maybe there was some deadlines to write this code? - Is release was more important than quality? You have to consider this and probably much more questions together. So "Keep Calm and continue refactoring your codebase to better code and design"
@cichy86
@cichy86 Год назад
That is true, but if You are 5 levels deep in nested if/else then You should consider that something is wrong :) but as You mentioned there are multiple reasons for this code to exist
@user-jn1px7rp3h
@user-jn1px7rp3h Год назад
tbf, if your task wasn't to write shit, this code is not acceptable, because it is much easier to write better code than this.
@anti5895
@anti5895 Год назад
Nah, I don't see any of these excuses valid for this case. This code IS garbage.
@JackSoutherner
@JackSoutherner 10 месяцев назад
One of the point of "seniority" is to know how to write clean code "already". I can't imagine that monster CEO who was standing behind, yelling "FASTER YOU BASTARD!!!!" and that "senior" suddenly forgot early returns concept. More logical for me is sabotage before quitting 😂
@ionelCristianLupu_
@ionelCristianLupu_ Год назад
Man, I just love these types of questions that need refactor. I would refactor code all day.
@evol9013
@evol9013 8 месяцев назад
That means you are not stuck 😅
@matthiashoffmann6555
@matthiashoffmann6555 Год назад
it is so satisfying how nested if-else code collapses with early returns...
@wgblondel
@wgblondel Год назад
This is not from a senior developer, this is from an impostor
@He4vyD
@He4vyD Год назад
Senior is probably referring to the amount of years he has been programming instead his level of expertise.
@wgblondel
@wgblondel Год назад
@@He4vyD Yes, definitely
@bubblelong4759
@bubblelong4759 Год назад
I googled the word "impostor", means liar。You think Laravel Daily is a liar? Why?
@phoneywheeze9959
@phoneywheeze9959 11 месяцев назад
​ ​@bubblelong4759 the commenter is talking about the person who wrote the code being an imposter(fake) as a senior, accusing them of not being as competent as a senior developer would be. the commenter has not made a comment on laravel daily
@ste8701
@ste8701 11 месяцев назад
😂😅
@josibee
@josibee Год назад
I believe the only aspect I would approach differently is implementing a service class specifically for the Google Service. However, I must acknowledge that your version of the code is more streamlined and organized.
@marcusgaius
@marcusgaius Год назад
It should definitely reside within a service class, and extracting the code into the service is not in collision with having the streamlined and organized code.
@ivanjelenic5627
@ivanjelenic5627 Год назад
He probably didnt do it to keep the video short.
@LifeAquaticSteveZissou
@LifeAquaticSteveZissou Месяц назад
Excellent video. I always tell my web team "write your code under the assumption that the dev who inherits it is a homicidal maniac who knows where you live". 👏
@crispy-channel
@crispy-channel Год назад
such a nice way to explain each and every aspects of line.
@laubannenberg5446
@laubannenberg5446 Год назад
I would add one more change: use a different message in the last exception. The second exception (after the refactor) is when you don't get well-formed data in the response. That's different from not getting any UK destinations (the third exception). If all you have is an error in a log, it's nicer if you get a message like "no UK destination received", then you know where it went wrong.
@jessedeboer2301
@jessedeboer2301 Год назад
I think the foreach could be changed with an in_array, that also can be early returned. Then at the end only return what you need so the logic is fully complete.
@ste8701
@ste8701 11 месяцев назад
i don't think it would work as in_array will search for the whole destination value..but in this case you just want a part of the destination so strpos/str_contains is just fine
@omkarchoudhary1899
@omkarchoudhary1899 Год назад
Great learning be continue with these types of code refracting videos.
@joeythai1000
@joeythai1000 Год назад
Very good, I'm a php programer and I use laravel too, learning so much with your channel, my congrats. Sorry my english.
@enriquerobledo845
@enriquerobledo845 Год назад
This kind of refactoring videos helps a lot thank you ;)
@shahsawoodshinwari
@shahsawoodshinwari Год назад
I am not a senior developer, but I have had the chance of working on projects developed by seniors, which gave me such a great opportunity of refactoring, especially making controllers
@devKazuto
@devKazuto Год назад
You could even simplify the joined if statement to just one check with null-safe operator: if ( empty($json?->rows[0]?->elements) ) { }
@spicynoodle7419
@spicynoodle7419 Год назад
I would have done the same, except extracted only the elements since other parts of the response aren't used: $json = $response->json('rows.0.elements.0'); if (empty($json)) { throw... }
@evol9013
@evol9013 8 месяцев назад
It only works on PHP 8 😢
@matrixlander85
@matrixlander85 Год назад
You could have moved the foreach into the IF block above with the 3 conditions and made them positive checks instead. So if all the checks passed, the loop would run and possibly return. Else, the Exception would be thrown at the very end. Just a minor style change and removes the duplicated Exception
@bw7868
@bw7868 Год назад
I don't believe he's a senior developer except he believe he's senior because he's coding for 5 years or so. Also for Laravel yes sometimes I blame on Laravel because it's so easy that makes some devs may begin to use this tool before actually learning OOP and the language itself and they start working and destroy everything. But if we look into something like Symfony, it's so hard for any dev to start using it if he doesn't know OOP very well and the language itself, so we don't see this mess from a Symfony developer. That's my own opinion, the magic of laravel is a two edged sword.
@mubasharrashid1201
@mubasharrashid1201 Год назад
I strongly agree with you mate!
@Novica89
@Novica89 Год назад
Again, it's not framework's fault because developer is not experienced. Framework itself provides tools for developing and what you said only proves that Laravel is much better developed and easier to setup and use than Symphony. I don't want to setup framework for hours, I want to use it to create my business logic and Laravel allows me to do so much faster than Symphony. If I was a bad dev, I would create the code in exact same way using Symphony as well, however, I'd have to annoy myself for hour setting it up to do what I want. There are thousands of bad devs using Symphony or any other framework, the same way as there are using Laravel. Bad devs are everywhere
@mubasharrashid1201
@mubasharrashid1201 Год назад
@@Novica89 But i think beginners should start there career on CORE Php or any other framework than Laravel for better growth and OOP skills, If a DEV start their career on Laravel it takes lot of time for them to learn good coding approach as laravel gives every thing without any effort. I totally agreed with @B&W on this
@mubasharrashid1201
@mubasharrashid1201 Год назад
@@Novica89 Im not against Laravel, I love laravel, I also start my career on laravel, but i always thinks I am weak in OOP concepts, and i think it could be better If i started my career on CORE PHP
@Novica89
@Novica89 Год назад
@@mubasharrashid1201 I'd say you're somewhat correct :) Having a firm(er) grasp on PHP OOP would be the best possible scenario before using any framework, but there is also a LOT that you can learn about OOP as you start using an advanced framework like Laravel :) There are so many advanced OOP concepts in the core of Laravel framework that, as you read it's whole documentation (which i would strongly advise) sticks into your brain and makes you rethink what you did and how you did it before you started using Laravel :) If you are somewhat intermediate in PHP and have an "ok" foundation in OOP, you could start with any framework from that point on and just learn more about OOP as you go with the frameworks help. There is so much to learn from the documentation itself, not to mention Laracasts and similar websites.
@dawoodfaiz2338
@dawoodfaiz2338 Год назад
Thank God. I was scared of my coding style until I watched this video.
@AdrianoAlves7
@AdrianoAlves7 Год назад
I would use Laravel throw_if() function instead of the IF statements to make the code even more elegant, readable and somewhat with less lines letting it all in Laravel house of tools. Thank you for another Great Video!
@GutoCmtt
@GutoCmtt 8 месяцев назад
Wow, I'm amazed by the level of the comments here. Makes me feel good that I worked in a few places where developers were kind and cared a lot for helping and improving and trying to understand the situations we're at sometimes. The post itself mentions they received an application. That is kinda open, isn't that? If that's an application for a dev role there can be a looot of stuff underneath it. What was the deadline? Was it live coding? There are a lot of developers who crumble under the pressure of having someone on their shoulders, which is the same as live coding. Same goes for a very short deadline. How much code was expected in the given timeframe? There are a lot of job applications that give you a deadline that you are not expected to meet without leaving stuff behind, I've had a few in the past. Also the person exposing it was posting it to feel superior and get engagement from people that would also want that - which is pretty obvious given, you know, it's from twitter. Judging other people's skill for some random code you see without context isn't useful for anyone is not healthy at all.
@GloverHouse
@GloverHouse 12 дней назад
amazing, thank you for sharing
@giacomogaravaglia6742
@giacomogaravaglia6742 Год назад
this video should be wateched by everybody join a company, on each level of seniority!
@wadecodez
@wadecodez Год назад
one of my pet peeves is initializing values in the return statement. every time there is a bug involving the return statement, I'll have to create a new variable to print it to the screen or inspect it with the debugger. Then I'm left with a decision to delete the variable before making a commit. IMO you might as well create that variable the first time around so when bugs come up you don't have to think about cleaning up the lines modified during debugging. Also now that PHP 8 is mainstream, optional chaining and null coalescing should be used as much as possible. It is faster and safer to always expect null values rather than occasionally checking.
@al-assili-sounds
@al-assili-sounds 11 месяцев назад
You can search for the "UK" value in the destinations array by using the in_array function :), in stead of using the foreach loop :)
@alnahian2003
@alnahian2003 Год назад
My instinct was saying after seeing your retweet that you’re definitely gonna make a video on that 😂 Now here we are!
@LaravelDaily
@LaravelDaily Год назад
Couldn't miss that one, huh! :)
@alnahian2003
@alnahian2003 Год назад
@@LaravelDaily enjoyed every second of this video 💫
@DimaSimonishvili
@DimaSimonishvili Год назад
issets can also be combined like this: ! isset($json->rows, $json->rows[0]->elements)
@EndreVarga_rnd
@EndreVarga_rnd Год назад
Thanks! Never found (or looked up) this in the docs, but it is! BTW you can only check the 2nd variable, as isset returns false, if the rows property or an index on it is not set, it does not throws exception. (It is also new for me, that isset is like nullsafe at any part, but tested in PHP sandbox now back to 5.2.0, it worked - never tried this before (~13 years in PHP development...))
@DimaSimonishvili
@DimaSimonishvili Год назад
@@EndreVarga_rnd Haha there's always a room for an improvement.
@mityukov
@mityukov Год назад
I believe, there's ->json() method of the $response. Also, one could use Http:: get(...)->throw(). It wouldn't throw plain \Exception, however, but that could be even better (depends on the specification)
@coding_david
@coding_david Год назад
Very nice refactoring! Thanks for the hint with Laravel Pint and the article! The original code was frightening though.. and by no means this was caused by Laravel :-D This is purely inefficient coding (no SOLID principle, no DRY etc.)
@SkySesshomaru
@SkySesshomaru Год назад
You nailed it.
@MoemenGaballah
@MoemenGaballah Год назад
Very Good Thanks.
@sajjadhossainshuvo6975
@sajjadhossainshuvo6975 8 месяцев назад
Thanks a lot.
@SaiyanJin85
@SaiyanJin85 Год назад
Nice, it removes a lot of mental burden. One more thing I would is the foreach section I would extract it in a separate method let's call it UKDestination() and the I would move the last exception throw above, $UKDestination = $this->UKDestination($parameters); if ( empty($UKDestination)) { throw \Exception(''postal code not valid') } return $UKDestination Maybe it's just me but I prefer the happy path to be always at the bottom otherwise it messes my brain up . Thanks!
@LaravelDaily
@LaravelDaily Год назад
Yeah, good suggestion! I was actually thinking to use some collection operation instead of a longer foreach loop. But separate method also makes sense!
@SaiyanJin85
@SaiyanJin85 Год назад
@@LaravelDaily Thanks!
@ronssijei
@ronssijei Год назад
I have experienced this too. The senior who handled the app made the app like and feel like a wordpress :)
@ScottHorsley
@ScottHorsley 10 месяцев назад
I love using collections instead of an iteration to check values. Specially so I can perform a where () or even better, a first() to return the result.
@PacificDev
@PacificDev Год назад
Nice one!
@7error8lade
@7error8lade Год назад
Nested IFs drive me crazy. It pretty much shows that the coder's approach to solving problem is to handle it sequentially instead of finding a pattern and grouping them together. If new criteria were to be introduced in the future, it will either add another level of IF or end up breaking the code, making the end result unpredictable. Also, in situations where database queries are involved, often the IF conditions can be coded directly into query builder instead of having to use an IF block to handle. e.g. $query->when($cond01, function ($q) { $q->where } . . . // or get / delete ->update([ . . . ]);
@rorumets
@rorumets Год назад
Very nice ❤
@NoOorZ24
@NoOorZ24 Год назад
Only thing that I'd change here is moving common part of that URL to .env file. By "common part" I mean everything from start to "api".
@JouvaMoufette
@JouvaMoufette Год назад
Yes! Then if there's a sandbox version of their api, you can point to that version easily
@kenjohnsiosan9707
@kenjohnsiosan9707 Год назад
very helpful.
@shubhamsahuSD
@shubhamsahuSD Год назад
वो क्या है ना, जो डिमांड होता है हैं, चर्चा भी उसी का होता है.. This is the demand and users of laravel framework.. 💙
@mohamadcheaib
@mohamadcheaib Год назад
We can use also throw_if for one liner condition.
@DougLopes
@DougLopes Год назад
Listening you was like: "i'm pretty sure, he is reading my mind..." haha Is great to know that i would refactor tha pretty same things of a experient programmer like you.
@JouvaMoufette
@JouvaMoufette Год назад
Also I have never seen anyone compare a variable to empty array. I'm not even sure if that reliably works! In some languages, the use of an empty array or empty object gives you back a newly allocated block of memory, and thus these checks actually fail. Just use empty() which also encapsulates the isset check
@Daaboo
@Daaboo Месяц назад
He is most likely a senior javascript developer.... seen those empty arrays all over js code....
@Atz22
@Atz22 Год назад
Nice video and explanation @pavel 🙂 - one question I actually exactly follow your approach for setting API keys, in env and config file then reference the config value...but I have seen other devs directly referencing the env value in the code e.g. in a controller or method using env('API_KEY_NAME') -- I wonder is this a bad practice or what might be the pros/ cons of this ?
@LaravelDaily
@LaravelDaily Год назад
I think it's related to cache, with this approach you can't cache config.
@vanosgarage
@vanosgarage Год назад
You're doing it right! The devs you've seen are doing it the wrong way. Generally if you use env variables they should also be declared in a config file. Povilas is right, by referencing env variables directly you won't be able to cache them and in some server/PHP configurations you won't even be able to retrieve them using the env() method.
@free2idol1
@free2idol1 Год назад
@@vanosgarage thanks... May I know which server/PHP configuration where env() cannot be used?
@michalgreksak
@michalgreksak Год назад
@@free2idol1 I have VPS with almost default nGinx and php-fpm 8+ setup and I can confirm, that using env() in controller simply doesn't work. For example: dd( env('LOG_LEVEL') ) return null. I always use env() only in config files.
@oszi7058
@oszi7058 Год назад
I'm a junior dev with no prior commercial experience yet just finished school. But I learned the concept of early returns a few months ago from this channel and I would have never written such unreadable and ugly code.
@lynic-0091
@lynic-0091 Год назад
This channel has been recommended by 2 jobs I've worked at already. You're on the right path as a junior.
@oszi7058
@oszi7058 Год назад
@@lynic-0091 ❤️
@DimaSimonishvili
@DimaSimonishvili Год назад
Don't judge like this. Today's young generation has way more available resources than it was 20 or even 10 years ago.
@lynic-0091
@lynic-0091 Год назад
@@DimaSimonishvili As a programmer you're supposed to stay up to date. You can learn and master code style like this easily within a year or two.
@DimaSimonishvili
@DimaSimonishvili Год назад
@@lynic-0091 I fully agree but not everyone has the same capabilities.
@birsingh5388
@birsingh5388 Год назад
You fixed code like an artist ☺️
@LaravelDaily
@LaravelDaily Год назад
Awww thanks :)
@birsingh5388
@birsingh5388 Год назад
@@LaravelDaily Hi, I know Laravel little bit, can you please suggest me some roadmap or course for a beginner to develop projects and APIs in Laravel?
@LaravelDaily
@LaravelDaily Год назад
Here's my public Laravel roadmap: laraveldaily.com/roadmap-learning-path
@birsingh5388
@birsingh5388 Год назад
@@LaravelDaily Thank you so much, I will check that out 👍
@_whatistruth
@_whatistruth Год назад
catching it and throwing it again! 🤣
@ercog7921
@ercog7921 Год назад
I like to put the api url in the env file as well. Then make a separate class to communicate with the api, and make giveConfig binding through the container
@SodalisUK
@SodalisUK 6 месяцев назад
IMO API URL should NOT be in .ENV but it should be in a constant string in the class..
@ercog7921
@ercog7921 6 месяцев назад
@@SodalisUK api url usually has live and sandbox. Therefore, in order not to make 2 constants and write if logic, it is easier to use env
@SodalisUK
@SodalisUK 6 месяцев назад
@@ercog7921 I think the API URL should be local to the code that uses it. If there are two APIs, then it is fine to use the environment name from .ENV to decide which one to use.
@cichy86
@cichy86 Год назад
Great video, but do You really need multiple isset validation ? I mean `if (!isset($json->rows[0]->elements))` should be enough or am I missing something ? also whole json validation is strange in this code (for example there is no checking of destination_addresses existence but I suppose that You wanted to show how to refactor code not how to bug hunt
@emekatimothyiloba699
@emekatimothyiloba699 Год назад
Thanks for all you do povilas...From the timestamp 2:41 can't I just use the global env function to reference my api key?
@LaravelDaily
@LaravelDaily Год назад
Because config caching wouldn't work this way if you need it
@kingstalker
@kingstalker Год назад
in your opinion what is best to save address field in address column or separate them for country state street complex /house number etc....
@LaravelDaily
@LaravelDaily Год назад
It depends on what operations you're planning to do with those address fields in the future. I usually keep them separately.
@RhythmnOfThought
@RhythmnOfThought Месяц назад
Theoretically, you could do an "early return" in the forach loop by reversing the if condition and using "continue" (instead of an actual return). If someone reading this thinks that would be considered a bad practice, please let me know!
@Teddykiss1996
@Teddykiss1996 Год назад
Add validation function for response))
@prakctoleb1974
@prakctoleb1974 Год назад
why do you have conditions in the block || instead of && ? for example, if !isset($json->rows) returns false, what's the point of checking the same property further to see if it's an array?
@user-yj1of3et1k
@user-yj1of3et1k Год назад
And what in case if $json doesn't contain destination_address property somehow? That foreach loop is going to break. You either need additional check if it is set, or something like $destinationAddresses = $json->destiantion_addresses ?? []; foreach ($destinationAddresses as $destination) { ... }
@dev22221
@dev22221 Год назад
if we see this type of code we give the previous developer benefit of doubt by saying, 1. perhaps he was not in a sound mental state when he coded, 2. his environment was not favourable. 3. maybe he had to finish the whole module by the eod, and never got the opportunity to return to it, lol
@Rodrigoalvesdegois
@Rodrigoalvesdegois Год назад
I might be wrong, but !isset($json->rows) || json->rows == [] might be replaced by empty($json->rows).
@thirdvect0r
@thirdvect0r Год назад
if you use larastan then it will shout at you if you use empty() these days; so you should probably avoid it
@rage13
@rage13 8 месяцев назад
I think, since the if conditions only exists to throw exceptions, why not get rid of the if and use throw_if(), Code would be much shorter and meaningful Line 19-20 could be done like this, same with line 24-26 `throw_if(!$response->successful(), new \Exception('Error while getting data from google API'));` Great work though! I enjoy watching your video's, They always have something new that I learn from.
@ste8701
@ste8701 11 месяцев назад
great refactoring! i have a question: is it really safe to save keys/passwords in a config file? isn't it better to have them in the db?
@LaravelDaily
@LaravelDaily 11 месяцев назад
That's your personal preference.
@jdrab
@jdrab Год назад
I would ask how did this code get through any code review in the first place.
@adilizm704
@adilizm704 Год назад
i consider myself as junior dev but i will never write that code in the way that senior write it (WTF is that tree of if else ) from the biginning (3 Years now ) i learn from your code styles and im a fun of it simple, clean and easy thanks i may call myself senior after that haha love you 😅😅😅😅😅😅😅😅😅😅😅😅
Год назад
Second if can be replaced by empty($json->rows[0]->elements), also I'd import Exception. I'd also save destinations to a variable: $destinations = $json->destination_addresses ?? [];
@salahradwan7091
@salahradwan7091 6 месяцев назад
I would do the tow early if statements in tow lines without the brackets and save more 4 lines
@mohammadkhairi8014
@mohammadkhairi8014 10 месяцев назад
When we return in looping, it will automatically stop the whole the loop right?. not making the looping pending?
@LaravelDaily
@LaravelDaily 10 месяцев назад
Yes probably. But it depends on the situation.
@AndrewJudd
@AndrewJudd Год назад
The capturing of the exception, and then rethrowing it as a more generic exception is actually hurting the code even more. You lose the granularity that exceptions provide, and more specifically the ease of handling elsewhere. Personally I would have made separate exceptions for the google api one and the postal code not valid that way you are able to capture it higher up in the code if necessary, and not rely on a generic catch(Exception) block and reading the message because what happens if the text changes slightly? Then your condition is now dead. Personally I would have bumped the double or (three conditioned if statement) into a private helper function because otherwise it feels like a run on sentence when reading it out loud. Instead, I would just have it named "hasValidResults" and go from there. Also, this really doesn't belong as a trait, at that point it may as well be a service that you import with an interface.
@syracuse4612
@syracuse4612 Год назад
need a sequence of senior code reviews
@beermarket9971
@beermarket9971 Год назад
the try catch and throw inside the catch killed me, i guess you could then try and catch that method and throw and continue until the end of times...
@elgoogssie3969
@elgoogssie3969 День назад
I would not remove the try/catch block. The rest is fine by me :)
@EmadHa
@EmadHa Год назад
I can't believe that this is a Senior code.
@friedrichvillegasmurillo9775
Code has to be at least readable, not that clean as many people say. Sometimes clean code is confusing, we have to find some reasonable balance between clean code and readable code. I know sometimes we code so fast and under pressure so it apparently work's, but we have to refactor the code, because probably later we have to change something and it becomes a nightmare.
@svenyboyyt2304
@svenyboyyt2304 Год назад
Clean code and readable code are pretty much the same thing. The code at the start was neither, the code at the end was both. So I don't really get your point.
@ericimperiale546
@ericimperiale546 8 месяцев назад
How do you format blocks of code in PhpStorm?
@LaravelDaily
@LaravelDaily 8 месяцев назад
It formats it automatically
@ericimperiale546
@ericimperiale546 8 месяцев назад
@@LaravelDaily Thanks
@lynic-0091
@lynic-0091 Год назад
If that guy is a senior then I'm the ruler of the galaxy. 🤣🤣 I'm afraid the client hired a junior who's pretending he's a senior.
@PaulaBean
@PaulaBean Год назад
I would also remove the curly braces, since they're not needed.
@KG-id3hk
@KG-id3hk Год назад
The funny part is that Google Maps API resolves 99% of these issues in even fewer lines of codes.
@windallerox
@windallerox 3 месяца назад
oh yes the old hadouken code
@sho-ep6gy
@sho-ep6gy Год назад
I honestly feel bad for whoever wrote this code, it's all over the internet 😅
@souravdutt7
@souravdutt7 Год назад
instead of: if ( ! isset( $json->rows ) || $json->rows == [] ) can't we use? if ( empty( $json->rows) )
@underflowexception
@underflowexception Год назад
empty checks if the value is null AND the if the array has elements, isset just checks if the value is set regardless of the value
@arturpendrag0n270
@arturpendrag0n270 Год назад
It should work fine with empty()
@souravdutt7
@souravdutt7 Год назад
@@underflowexception Yeah exactly, it also works on true/false and 0/1, so if the concern is about making code shorter and readable, better to use single condition. I just mentioned as Sir @povilasKorop asked to share more suggestions..
@jmon24ify
@jmon24ify Год назад
I hope the original author of that code watched this video and took some notes.
@helluci6449
@helluci6449 Год назад
That's obviously a junior/trainee's code. No freaking way a senior would do such insane mistakes.
@liquidsnake6879
@liquidsnake6879 Год назад
Senior labels are overrated, just because you've been doing this for years doesn't mean you've improved any lol really depends on the company you work for, does it challenge you, are there people more knowledgeable there telling you how to do things right? stuff like that. If there aren't any, or their seniors don't care about helping the younger devs then you're not going to improve no matter how long you've worked there so you can technically be a senior dev of 10+ years and still be making rookie mistakes. This isn't even that bad to be honest, i've seen considerably worse, the nested if's are nasty but i've seen this kind of stuff in the middle of the HTML in the days before Laravel so yeah, that was worse lol
@lynic-0091
@lynic-0091 Год назад
@@liquidsnake6879 you've seen worse? dayum
@Neptun084
@Neptun084 8 месяцев назад
🤔 does being a senior synonym of perfect?
@user-tb4ig7qh9b
@user-tb4ig7qh9b Год назад
I do not know how it call it senior i said alot says where are elite developer but just do not knowing any thing i was worked with company last year on laravel backend and it has like alot of problem in performance and in security and not just that but even on database level no relations at all
@soniablanche5672
@soniablanche5672 Год назад
why is the array being cast to object ?
@99Spyder99
@99Spyder99 Год назад
Probably because he use the data in php, not outside, and he preffer calling it like $data->destination instead of $data['destination']
@Jan-so5hm
@Jan-so5hm Год назад
Is it not better to call that api on client side?
@LaravelDaily
@LaravelDaily Год назад
That question is outside of the scope of this video, because I don't have more context about this project. It depends on the situation.
@BlueJDev
@BlueJDev Год назад
But making the request client side, eg using fetch API would expose the API key...
@JohnDoe-hs8np
@JohnDoe-hs8np 11 месяцев назад
why iterating over $json->destination_addresses if you can just use one line of php internal function: _if ( _*_in_array_*_ ('UK', $json->destination_addresses) === true ) { ..._ 😉
@programmingmindset
@programmingmindset Год назад
Senior developer with junior developer's flavour 🤪🤪🤪🤪
@gushung0
@gushung0 7 месяцев назад
That comment is brainless. If that comment came from a senior dev, they too need to be questioned about their expertise cos it makes absolutely no sense.
@Andris_Briedis
@Andris_Briedis Год назад
I don't like "return" in loops. I would put above the loop $destination = null; variable. And if not found (null) throw exception. After the end of the cycle or break cycle. And the found, required value would be left as the last return. p.s. url to env or at leas class constant.
@MichalKuzmicki
@MichalKuzmicki 11 месяцев назад
Do you mean the way of the "happy path", where your desired return value is always on the end of the method, so everything above is for operating on the data (like validating or transforming it)? For me this method is the best, coz it saves some energy for the future self: Imagine that now you need to do some more transforming within the loop - or even better: you want to move the loop insides into other method or even class - like a filter class, that it's main goal would be to get an object depending on the destination iso code. Something, that will allow you to get an object or in a case, there no condition will be met - exception or null value will be provided. Not only it will shorten the main code, the responsibility of the code will be spread more even, but also by using some KISS implementation you won't need to know exactly what happens in this new method, coz the name will cover it.
@ikarolaborda726
@ikarolaborda726 Год назад
The famous “Hadouken” of ifs… and the dev who wrote it is a senior???
@kennethkipchumba2532
@kennethkipchumba2532 Год назад
This mistake can be very costly.
@NikolaDjordjevic-ds6vn
@NikolaDjordjevic-ds6vn Год назад
Wow this is my code... Joke of course 🤣
@darwincabarrubias1368
@darwincabarrubias1368 9 месяцев назад
this is how students code at school
@ionelCristianLupu_
@ionelCristianLupu_ Год назад
There is still a duplicated exception message
@LaravelDaily
@LaravelDaily Год назад
Good point, another potential improvement.
@vNYCblade
@vNYCblade 9 месяцев назад
well its pretty clear that the person who wrote the original code was a Junior dev... or maybe even a STUDENT... or something... definitely NOT a Mid/Senior dev... the 3 levels of IFs for doing OR/AND checks is a clear indication of that.
@andriyshmatko8240
@andriyshmatko8240 Год назад
Code that works with API should not be in trait, maybe encapsulated in driver class
@RamonRaa
@RamonRaa Год назад
I refuse to believe that this code was written by senior dev, no way
@manu144x
@manu144x Год назад
I know PHP in general has this reputation of bad code because of the lower barrier of entry and the fact that it has massive popularity. If you work in Java or C# or other languages normally used in corporate environments, you only end up writing code after you've been vetted, hired, trained, and then double checked by seniors so of course it's going to end up with better code. But in the last years with other languages getting more popular, I've seen code that was just as bad or worse than what you'd normally find in PHP.
@ww-pw6di
@ww-pw6di Год назад
I've seen much worse code in production (PHP and others) and the reality is that all of that literal garbage works fine for their application. If it didn't it would have been replaced by a different pile of garbage or something better. "Shoulda coulda woulda" yes, but that's also what the customer will say about the budget for a piece of code that will never be viewed again.
@bumblebity2902
@bumblebity2902 Год назад
Why people blame framework for bad code? I have 2 takeways 1. Why enviroment values are received via config helper not env helper? 2. When can I make joint condition statements in early return approach?
@LaravelDaily
@LaravelDaily Год назад
1. To cache the config 2. It depends on the scenario, there's no single answer
@bumblebity2902
@bumblebity2902 Год назад
@@LaravelDaily To avoid nulls in env values when is cached.
Далее
Static Methods in Laravel/PHP: When and How?
10:39
Просмотров 16 тыс.
Laravel + Livewire todo app (and so much more)
16:41
Просмотров 29 тыс.
When should you pick Laravel over WordPress?
26:54
Просмотров 4 тыс.
14 Quick Laravel Tips in 9 Minutes
9:09
Просмотров 5 тыс.
9 Tips for Shorter Laravel Code
10:16
Просмотров 60 тыс.
Jan Mikes: How to interview a senior PHP developer
6:20
Laravel Junior Code Review: Security and Consistency
17:29
How to Avoid Refactoring Legacy Code HELL
35:57
Просмотров 34 тыс.
Breaking changes in PHP 8.3!
6:07
Просмотров 12 тыс.
МОЩЩЩНОСТЬ ZEEKR 001 FR
0:46
Просмотров 2,5 млн
#Котлеты и отбивные
1:00
Просмотров 1,2 млн
😱 Выхлоп для велосипеда
0:33
Просмотров 3,1 млн