modularization Questions

12

I have problem. Angular is sometimes showing error ERROR TypeError: Cannot read properties of undefined (reading 'onDestroy') I am getting this error when I am running ng serve, but if I use angula...
Equilibrant asked 16/4, 2022 at 18:41

2

Solved

I'm currently working on modularizing my application, so I'm putting each feature in a library module. In one of my features, I access the version code and name. However, although I defined them in...
Laoighis asked 1/10, 2021 at 11:53

0

I am migrating my development environment to another pc. I use NetBeans 10, open JDK11, JavaFX. When I import the main project into NetBeans I get the following error: on: import java.util.loggin...
Marlo asked 6/3, 2020 at 15:36

3

Solved

AS: 3.5.3; Android Gradle Plugin: 3.5.0; Gradle: 5.6.2; We observed a drastic increase in the number of methods referenced in our app after splitting the 'app' module into several small modules. B...
Sirius asked 26/12, 2019 at 14:21

3

Solved

I've been working on trying to modularize my React.js app (that will be delivered as a Desktop app with Electron) in a way that if I make a new module in the future, I can just add a new folder and...
Mild asked 15/8, 2019 at 16:34

1

Solved

On Android native to separate each application feature, structured the project, implementing architecture component and to make it easier to work in a team you can use modularization, so each perso...
Ragouzis asked 17/6, 2019 at 9:10

2

Solved

I am new to Java 9 and was going though the modular video lectures by Java on YouTube. They mentioned 3 benefits of modularization- 1. No missing dependencies 2. No cyclic dependnpcies 3. No split ...

7

Solved

I found one SOF http://www.codeproject.com/KB/library/SOF_.aspx , Are there anyother stable frameworks for modularization in C++ ?
Pinwork asked 13/4, 2010 at 5:12

3

Solved

I'm giving my first steps with angular, and I need to define a utility helper library, with a couple of function methods, something like dataHelper.parse, dataHelper.sanitize, etc What would be t...
Ken asked 7/7, 2014 at 6:19

2

I have a couple of (software-)architecture questions regarding a migration from Grails (REST-API, parts of AngularJS, MongoDB, Tomcat, Spock, several plugins) to Node.js + Angular.js. I probably ha...

7

Solved

I'm currently preparing an evaluation JavaScript modularization approaches for my corp. We are in process of defining "JavaScript Best Practices" for our projects, modularization is one of the cent...
Folkrock asked 17/11, 2014 at 9:19

8

Solved

just saw this comment in a "what JS lib do you use" poll "@Xanti - yes, yes, modularization and abstraction in programming is a terrible practice. Functions that call other functions? Wasteful." ...
Desultory asked 26/2, 2010 at 0:23

5

Breaking a large rails app into smaller apps? Modularizing Rails applications Best practice for structuring a 'large' Rails app I have a quick question on modularization in a large Ruby ...
Venery asked 21/7, 2011 at 23:47

2

Solved

this is a continuation of the discussion I started here. I would like to find the best way to modularize Delphi source code as I'm not experienced on this field. I will be gratefull for all your su...
Bootblack asked 15/8, 2011 at 15:58

5

Solved

I'm working with very large JSF/Facelets applications which use Spring for DI/bean management. My applications have modular structure and I'm currently looking for approaches to standardize the mod...
Denby asked 4/4, 2010 at 19:48

4

Solved

I'm a computer science student, and I'm just starting to write relatively larger programs for my coursework (between 750 - 1500 lines). Up until now, it's been possible to get by with any reasonabl...
Quintuplet asked 18/4, 2010 at 18:4

5

Modularization is obviously important in software projects, but I want to know people's opinions on how important and for what reasons it is important. I've obviously got my own ideas since I'm ask...
Equitant asked 10/8, 2009 at 16:59

3

Solved

I've been thinking some about "good practice" regarding package structure within osgi bundles. Currently, on average, we have like 8-12 classes per bundle. One of my initiative/proposal has been to...
Denney asked 26/3, 2009 at 20:43
1

© 2022 - 2024 — McMap. All rights reserved.