SlideShare a Scribd company logo
1 of 19
CLEAN CODE;
Bad Code Effect
Bad Code Effect
APA SIH CLEAN CODE ITU?
“I like my code to be elegant and efficient. The logic
should be straightforward to make it hard for bugs to
hide, the dependencies minimal to ease maintenance,
error handling complete according to an articulated
strategy, and performance close to optimal so as not to
tempt people to make the code messy with
unprincipled optimizations. Clean code does one thing
well.” Bjarne Stroustrup, inventor of C++
APA SIH CLEAN CODE ITU?
“Clean code is simple and direct. Clean code reads like
well-written prose. Clean code never obscures the
designer’s intent but rather is full of crisp abstractions
and straightforward lines of control.” Grady Booch,
author of Object Oriented Analysis and Design with
Applications
PRINSIP CLEAN CODE
Gunakan nama yang jelas
Ungkapkan Maksud
Gunakan kata yang dapat diucapkan.
Fungsi yang lebih baik
Fungsi hanya harus melakukan satu hal
protected function validator(array $data)
{
return Validator::make($data, [
'name' => 'required|max:255',
'email' => 'required|email|max:255|unique:users',
'password' => 'required|min:6|confirmed',
]);
}
protected function create(array $data)
{
return User::create([
'name' => $data['name'],
'email' => $data['email'],
'password' => bcrypt($data['password']),
]);
}
Don't Repeat Yourself
trait ThrottlesLogins
{
/**
* Determine if the user has too many failed login attempts.
*
* @param IlluminateHttpRequest $request
* @return bool
*/
protected function hasTooManyLoginAttempts(Request $request)
{
return app(RateLimiter::class)->tooManyAttempts(
$this->getThrottleKey($request),
$this->maxLoginAttempts(), $this->lockoutTime() / 60
);
}
}
Less arguments are better
Komentar
Jika kodemu mudah dibaca maka
kamu tidak membutuhkan komentar
Good Comments
Bad Comments
Anda bertanya, Saya menjawab
Terima Kasih

More Related Content

Viewers also liked

Faktor faktor pendukung kebijakan fiskal
Faktor faktor pendukung kebijakan fiskalFaktor faktor pendukung kebijakan fiskal
Faktor faktor pendukung kebijakan fiskalBazari Azhar Azizi
 
Tugas studi kasus etika bisnis
Tugas studi kasus etika bisnisTugas studi kasus etika bisnis
Tugas studi kasus etika bisnisBazari Azhar Azizi
 
Reformasi birokrasi sumber daya manusia
Reformasi birokrasi sumber daya manusiaReformasi birokrasi sumber daya manusia
Reformasi birokrasi sumber daya manusiaBazari Azhar Azizi
 
Sharesess #46 How to Increase Our Productivity
Sharesess #46 How to Increase Our ProductivitySharesess #46 How to Increase Our Productivity
Sharesess #46 How to Increase Our ProductivityMeridian Impactive Digital
 
Sharesess #44 Design Team Collaboration with Feedback
Sharesess #44 Design Team Collaboration with FeedbackSharesess #44 Design Team Collaboration with Feedback
Sharesess #44 Design Team Collaboration with FeedbackMeridian Impactive Digital
 

Viewers also liked (20)

Industrialisasi dalam islam
Industrialisasi dalam islamIndustrialisasi dalam islam
Industrialisasi dalam islam
 
Accounting for partnership
Accounting for partnershipAccounting for partnership
Accounting for partnership
 
Faktor faktor pendukung kebijakan fiskal
Faktor faktor pendukung kebijakan fiskalFaktor faktor pendukung kebijakan fiskal
Faktor faktor pendukung kebijakan fiskal
 
Sharing Session #37 Manajemen Pemasaran
Sharing Session #37 Manajemen PemasaranSharing Session #37 Manajemen Pemasaran
Sharing Session #37 Manajemen Pemasaran
 
Handout kuliah1
Handout kuliah1Handout kuliah1
Handout kuliah1
 
Prinsip musyawarah 1
Prinsip musyawarah 1Prinsip musyawarah 1
Prinsip musyawarah 1
 
Tugas studi kasus etika bisnis
Tugas studi kasus etika bisnisTugas studi kasus etika bisnis
Tugas studi kasus etika bisnis
 
Sharesess #38 Tidur
Sharesess #38 TidurSharesess #38 Tidur
Sharesess #38 Tidur
 
Reformasi birokrasi sumber daya manusia
Reformasi birokrasi sumber daya manusiaReformasi birokrasi sumber daya manusia
Reformasi birokrasi sumber daya manusia
 
Microinteraction
MicrointeractionMicrointeraction
Microinteraction
 
Sharesess #49 Human motivation 3.1
Sharesess #49 Human motivation 3.1Sharesess #49 Human motivation 3.1
Sharesess #49 Human motivation 3.1
 
Tissue
TissueTissue
Tissue
 
Sharing session #36 Firebase
Sharing session #36 FirebaseSharing session #36 Firebase
Sharing session #36 Firebase
 
#34 the 23-point ux design checklist
#34   the 23-point ux design checklist#34   the 23-point ux design checklist
#34 the 23-point ux design checklist
 
Sharesess #42 - The happy startup
Sharesess #42 - The happy startupSharesess #42 - The happy startup
Sharesess #42 - The happy startup
 
Sharesess #39 Digital marketing
Sharesess #39 Digital marketingSharesess #39 Digital marketing
Sharesess #39 Digital marketing
 
Sharesess #46 How to Increase Our Productivity
Sharesess #46 How to Increase Our ProductivitySharesess #46 How to Increase Our Productivity
Sharesess #46 How to Increase Our Productivity
 
Sharesess #44 Design Team Collaboration with Feedback
Sharesess #44 Design Team Collaboration with FeedbackSharesess #44 Design Team Collaboration with Feedback
Sharesess #44 Design Team Collaboration with Feedback
 
#43 the creative process
#43   the creative process#43   the creative process
#43 the creative process
 
#48 Machine learning
#48 Machine learning#48 Machine learning
#48 Machine learning
 

Similar to Meridian.id Sharesess #47 - Clean Code

Writing Code for Humans, not Computers
Writing Code for Humans, not ComputersWriting Code for Humans, not Computers
Writing Code for Humans, not ComputersRené Cacheaux
 
Clean Infrastructure as Code
Clean Infrastructure as CodeClean Infrastructure as Code
Clean Infrastructure as CodeQAware GmbH
 
Design for Testability in Practice
Design for Testability in PracticeDesign for Testability in Practice
Design for Testability in PracticeTechWell
 
Programming in c++
Programming in c++Programming in c++
Programming in c++MalarMohana
 
Programming in c++
Programming in c++Programming in c++
Programming in c++sujathavvv
 
Applying Anti-Reversing Techniques to Machine Code
Applying Anti-Reversing Techniques to Machine CodeApplying Anti-Reversing Techniques to Machine Code
Applying Anti-Reversing Techniques to Machine CodeTeodoro Cipresso
 
2015.01.09 - Writing Modern Applications for Mobile and Web
2015.01.09 - Writing Modern Applications for Mobile and Web2015.01.09 - Writing Modern Applications for Mobile and Web
2015.01.09 - Writing Modern Applications for Mobile and WebMarco Parenzan
 
Software Quality via Unit Testing
Software Quality via Unit TestingSoftware Quality via Unit Testing
Software Quality via Unit TestingShaun Abram
 
Php Egypt Jan14
Php Egypt Jan14Php Egypt Jan14
Php Egypt Jan14Hani Gamal
 
Sharable of qualities of clean code
Sharable of qualities of clean codeSharable of qualities of clean code
Sharable of qualities of clean codeEman Mohamed
 

Similar to Meridian.id Sharesess #47 - Clean Code (20)

Part 1
Part 1Part 1
Part 1
 
Clean Code, Resumen Capítulo 1.
Clean Code, Resumen Capítulo 1. Clean Code, Resumen Capítulo 1.
Clean Code, Resumen Capítulo 1.
 
AspectMock
AspectMockAspectMock
AspectMock
 
New features in C# 6
New features in C# 6New features in C# 6
New features in C# 6
 
Writing Code for Humans, not Computers
Writing Code for Humans, not ComputersWriting Code for Humans, not Computers
Writing Code for Humans, not Computers
 
Azure Functions
Azure Functions Azure Functions
Azure Functions
 
Clean Infrastructure as Code
Clean Infrastructure as CodeClean Infrastructure as Code
Clean Infrastructure as Code
 
Design for Testability in Practice
Design for Testability in PracticeDesign for Testability in Practice
Design for Testability in Practice
 
Clean code chpt_1
Clean code chpt_1Clean code chpt_1
Clean code chpt_1
 
Programming in c++
Programming in c++Programming in c++
Programming in c++
 
Programming in c++
Programming in c++Programming in c++
Programming in c++
 
Applying Anti-Reversing Techniques to Machine Code
Applying Anti-Reversing Techniques to Machine CodeApplying Anti-Reversing Techniques to Machine Code
Applying Anti-Reversing Techniques to Machine Code
 
Clean code
Clean codeClean code
Clean code
 
2015.01.09 - Writing Modern Applications for Mobile and Web
2015.01.09 - Writing Modern Applications for Mobile and Web2015.01.09 - Writing Modern Applications for Mobile and Web
2015.01.09 - Writing Modern Applications for Mobile and Web
 
Introduction to c++ ppt 1
Introduction to c++ ppt 1Introduction to c++ ppt 1
Introduction to c++ ppt 1
 
Software Quality via Unit Testing
Software Quality via Unit TestingSoftware Quality via Unit Testing
Software Quality via Unit Testing
 
Clean Code Pt I
Clean Code Pt IClean Code Pt I
Clean Code Pt I
 
Php Egypt Jan14
Php Egypt Jan14Php Egypt Jan14
Php Egypt Jan14
 
Sharable of qualities of clean code
Sharable of qualities of clean codeSharable of qualities of clean code
Sharable of qualities of clean code
 
Quick Intro to Clean Coding
Quick Intro to Clean CodingQuick Intro to Clean Coding
Quick Intro to Clean Coding
 

More from Meridian Impactive Digital (9)

How to...
How to...How to...
How to...
 
Komposisi
KomposisiKomposisi
Komposisi
 
Atur keuangan versi saya
Atur keuangan versi sayaAtur keuangan versi saya
Atur keuangan versi saya
 
Sharesess #40 Kupas tuntas investasi grianto
Sharesess #40 Kupas tuntas investasi   griantoSharesess #40 Kupas tuntas investasi   grianto
Sharesess #40 Kupas tuntas investasi grianto
 
Menggapai masa depan eko pratomo
Menggapai masa depan   eko pratomoMenggapai masa depan   eko pratomo
Menggapai masa depan eko pratomo
 
3. aspek syariah pms
3. aspek syariah pms3. aspek syariah pms
3. aspek syariah pms
 
Mengenal lebih dekat m.touriq
Mengenal lebih dekat   m.touriqMengenal lebih dekat   m.touriq
Mengenal lebih dekat m.touriq
 
Sharesess #40. pengantar investasi
Sharesess #40. pengantar investasiSharesess #40. pengantar investasi
Sharesess #40. pengantar investasi
 
2. produk
2. produk2. produk
2. produk
 

Recently uploaded

Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 

Recently uploaded (20)

Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 

Meridian.id Sharesess #47 - Clean Code

  • 4. APA SIH CLEAN CODE ITU? “I like my code to be elegant and efficient. The logic should be straightforward to make it hard for bugs to hide, the dependencies minimal to ease maintenance, error handling complete according to an articulated strategy, and performance close to optimal so as not to tempt people to make the code messy with unprincipled optimizations. Clean code does one thing well.” Bjarne Stroustrup, inventor of C++
  • 5. APA SIH CLEAN CODE ITU? “Clean code is simple and direct. Clean code reads like well-written prose. Clean code never obscures the designer’s intent but rather is full of crisp abstractions and straightforward lines of control.” Grady Booch, author of Object Oriented Analysis and Design with Applications
  • 9. Gunakan kata yang dapat diucapkan.
  • 11. Fungsi hanya harus melakukan satu hal protected function validator(array $data) { return Validator::make($data, [ 'name' => 'required|max:255', 'email' => 'required|email|max:255|unique:users', 'password' => 'required|min:6|confirmed', ]); } protected function create(array $data) { return User::create([ 'name' => $data['name'], 'email' => $data['email'], 'password' => bcrypt($data['password']), ]); }
  • 12. Don't Repeat Yourself trait ThrottlesLogins { /** * Determine if the user has too many failed login attempts. * * @param IlluminateHttpRequest $request * @return bool */ protected function hasTooManyLoginAttempts(Request $request) { return app(RateLimiter::class)->tooManyAttempts( $this->getThrottleKey($request), $this->maxLoginAttempts(), $this->lockoutTime() / 60 ); } }
  • 15. Jika kodemu mudah dibaca maka kamu tidak membutuhkan komentar