Abu Precious O.btere.hashnode.dev·Oct 11, 2024Introduction to Data classes in PythonIntroduction Data classes in Python provide a powerful and concise way to define classes that are primarily used to store data. They reduce boilerplate code, improve readability, and integrate well with Python's type hinting. By understanding and uti...Discuss·4 likes·37 readsdata class
pendant.kforComit Dev Teamblog.skku-comit.dev·Nov 12, 2023[Flutter] Freezed 패키지를 활용한 data class 생성들어가며 Flutter를 가지고 서버 통신 기능을 가진 앱을 개발을 하다보면 DTO(Data Transfer Object)를 정의해야할 일이 빈번하게 발생합니다. JSON을 받아와서 데이터 클래스로 바꾸기 위해서 factory를 선언하고, toString()을 만들어주는 등, 이것저것 해야할 일이 많기도 하고 반복적으로 발생하는 일이기도 합니다. 특히나 Union타입을 사용해야하는 경우에는 직접 관련된 로직을 구현해야해서 골치가 아프기도 하죠....Discuss·143 readsFlutter
Jemish Mavanijames54.hashnode.dev·Jul 12, 2023Smooth Data Modeling with 'Freezed'Introduction Freezed Official Package Freezed, is the ultimate solution for painless data class creation and seamless state management in Flutter. With Freezed, you can effortlessly generate concise data classes, eliminating repetitive code and enhan...DiscussFlutter