-
- [x] delete .idea
- [x] add .idea for .gitignore
- [x] move info from .docx to readme.md
-
### 주제 선정 배경
예시)
안드로이드 앱이 고도화 됨에 따라 개발의 생산성과 유지보수 측면을 고려하지 않을 수 없는데요.
클린 아키텍처의 개념을 공부하고, 어떻게 안드로이드 프로젝트에 적용하면 좋을지 다같이 고민하여 예제 프로젝트를 하나 만들면 좋을 것 같습니다.
-
-
문제: 기존 구조는 단순히 모델, 뷰 모델, 뷰로 구분해서 작성했을 뿐 의존 관계가 깊어 코드를 수정하기 위해 연관되는 코드도 모두 수정해야 됨
베이스 프로젝트: https://github.com/nalexn/clean-architecture-swiftui/tree/mvvm
-
I've checked if this was proposed in the past, but have not found anything on this topic.
I love the idea of xmolecules / jmolecules, but I miss Clean Architecture as alternative to Onion and Hexag…
-
# 클린 아키텍처(헥사고날 아키텍처) 알아보기 with NestJS - 문준호의 기술 블로그
아키텍처 패턴 중 하나이기에 주관적이며 애매합니다. 이런 애매한 부분들을 추구하는 원칙에 벗어나지 않는 선에서, 저만의 기준을 세워 정리하고 구현하였음을 참고해 주세요.
[https://junho2343.github.io/posts/clean-architectu…
-
# Description:
Building the Docker image for macOS on ARM architecture encounters failures. To address this amd64 specific packages should be replaced with their arm64 counterparts when arm64 is pa…
-
# Backend - Refatoração
### Objetivo
Refatorar o backend para melhorar legibilidade, reduzir linhas de código, organizar melhor as pastas e aplicar princípios de Clean Architecture. Além disso, iden…
-
# Paper Information
- **Paper Title**: Characterizing Model Robustness via Natural Input Gradients
- **Paper URL**: https://arxiv.org/pdf/2409.20139
- **Paper authors**: Adrián Rodríguez-Muñoz, T…
-
title :: Clean Architecture with Flutter
sub_title :: 透過 flutter 實作 clean architecture 架構
cover_image ::
-----
### 筆記續
最近不管實習、專題競賽等等都有許多flutter 專案開發到經驗,但每次隨著專案範圍的擴大,頁面之間所牽涉到的邏輯、交互互動、資料庫連結等也隨之複雜…