[ Launch: Arc Pie ] 48f51dcc6f9ccf536ff3f71add9a6877 by rizafr
[ Launch: Arc Pie ] 5f695874e44f625e9cb49672ec837ce2 by rizafr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Chapter 6 | |
# Jenis-jenis Refactoring | |
## Composing Method | |
### *Extract Method* | |
Semakin banyak baris kode di dalam sebuah method, semakin sulit mengetahui apa yang dilakukan oleh method tersebut, Hal ini yang menjadi alasan digunakannya *Extract Method* | |
Contoh : [*kode*](https://github.com/urbanindo/urbanindo-v2/blob/master/apps/desktop/modules/account/controllers/ListingsController.php#L30) | |
public function actionIndex($filter = null, $premium = null) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Non-responsive overrides for Bootstrap 3 | |
* | |
* Utilize the following CSS to disable the responsive-ness of the container, | |
* grid system, and navbar. | |
*/ | |
/* Reset the container */ | |
.container { | |
max-width: none !important; | |
width: 970px; |
NewerOlder