Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zuramai/refactoring

Complete Refactoring Guide and Code Smells (Bahasa Indonesia)
https://github.com/zuramai/refactoring

best-practices code-review indonesia java reengineering refactoring

Last synced: 27 days ago
JSON representation

Complete Refactoring Guide and Code Smells (Bahasa Indonesia)

Awesome Lists containing this project

README

        

Refactoring Bahasa Indonesia



Kumpulan metode refactoring dan cara mengatasi code smells yang berpotensi mengurangi maintainability pada sebuah software.

[🔗 Buka Website](https://refactoring.saugi.me/)

![Screenshot 2022-08-12 at 08-48-52 Home Refactoring ID](https://user-images.githubusercontent.com/45036724/184270375-8b25b8fb-fbf8-48fc-8dd8-9162d1ea049a.png)

## Instalasi

1. Clone Repository

```sh
git clone https://github.com/zuramai/refactoring
cd refactoring
```

2. Install dependencies

```sh
pnpm install
# ATAU npm install
# ATAU yarn install
```

3. Jalankan

```sh
pnpm run docs:dev
```

4. Buka `http://localhost:3000` di browser

## Credit

Materi ini dibuat oleh [mrp130](https://github.com/mrp130/) untuk keperluan mata kuliah Code Reengineering. Repository ini merupakan fork dari [mrp130/smell](https://github.com/mrp130/smell/).