-
The method onEnter uses an else expression. Else is never necessary and you can simplify the code to work without else.
https://codeclimate.com/github/edde-framework/edde-framework/src/Edde/Ext/Templ…
-
It would be great if the plugin could be updated with ReSharper 2016.3 support (wave 7). I updated ReSharper and sadly lost CleanCode :(
Thanks!
-
-
## 동기
Iteration 5가 끝나고, 1주간의 휴식기를 이용하여 가치 있는 목표를 만든다.
## 완료 목표
[CleanCode](http://www.yes24.com/24/goods/11681152?scode=032&OzSrank=1) 중 AEP 프로젝트 리펙토링에 적용할 수 있는 원칙들을 목록화 한다.
## 기한
- 17/2/21 -…
-
A kód egy részét ellenőrizzük manuálisan.
-
[CleanCode](http://www.yes24.com/24/goods/11681152?scode=032&OzSrank=1)
```java
public class AppConfig {
...
...
public static Map get(String id) throws IOException {
...
...
…
-
| Q | A
| --------------- | ---
| Branch | master
| Bug? | yes
| New feature? | no
| Question? | yes/no
| Documentation? | no
I opened the issue on…
-
By now, there are only nodes. Thus it is impossible to make a difference between
```java
int magicResult = magicNumber + 4; // NOSONAR
cleanCode();
```
and
```java
int magicResult = magicNu…
-
Hey hey,
> "friendsofphp/php-cs-fixer": "^2.0"
> "phpro/grumphp": "^0.10.2",
I'm using grumphp to check my code before commiting and it's telling me:
> F [UnexpectedValueException]
> Rul…
-
Vertex2Dクラスの修正を行う。
**修正内容**
- 定数バッファの毎フレーム書き込みをやめる
- OMSetBlendStateを一度しか読んでいないのを描画直前に呼ぶように修正
- 頂点バッファのStructureByteStrideの設定が必要ないと思うので削除