Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Software Engineering

Questions tagged [project-structure]

Ask Question

Structure of files, folders and repositories used to organize project artifacts

203 questions
Filter by
Sorted by
Tagged with
-1votes
2answers
223views

We need to do the front-end with spa. The question is whether to use a full-stack framework like next.js, but only the front-end part, without server-side components. If I don't use them, could these ...
3votes
1answer
553views

I have two apps for one Firebase project. One is a Vue 3 web app and the other is a NativeScript one. Currently, they reside in separate project directories and GitHub repositories. I don't want to ...
starleaf1's user avatar
2votes
4answers
347views

Suppose I have a repository for an application app_a. To build app_a, one needs to compile some sources (e.g. file1 and file2, never mind the file suffixes), but - it is also necessary to:Apply some ...
4votes
5answers
2kviews

Imagine I have many (micro)services each in a separate git repository. Some business logic code is redundant in all of them.If I need to change the logic I would have to change every project, which ...
Florian K.'s user avatar
2votes
3answers
270views

A little background on the project: we as a company receive a spaghetti source code, and into that we add even more spaghetti code. So with that I want to say thatcomplete restructuring and ...
-1votes
2answers
133views

I've just completed the first phase of a multi-phase assignment for a course, and it is working fine. However, I didn't use any version control tools like Git during its development. Now that I am ...
mahdiahmadi's user avatar
1vote
0answers
522views

I have a Python FastAPI server application which naturally guides you towards the asynchronous paradigm.For legacy reasons, I have to support two backends, one which is purely synchronous and one ...
0votes
0answers
67views

We are generally following the package-by-feature approach, which is great.However, one specific case is constantly causing confusion and inconsistencies, and I'd like to know your approaches in this ...
1vote
1answer
672views

I'm currently in the process of integrating Clean Architecture into my Spring Boot project and I'm seeking advice on the ideal project structure and the types of classes and projects that should be ...
1vote
2answers
635views

I'm not sure how to manage configuration settings in a C#/.NET environment. For simplicity lets say I have 3 assemblies: My MainApplication is the project being started and containing the business ...
0votes
1answer
373views

I'm looking for some best practices for readability (and clean code in general) for naming modules/classes within more extensive projects. More specifically, is it reasonable to add the package's name ...
2votes
2answers
238views

I have a large (>1,000 LOC) Python ETL script - call it fetch_and_transform_data.py - that fetches data from a remote database, appends the raw data to a local table, does some transformations and ...
Josh Friedlander's user avatar
0votes
0answers
56views

As an individual developer, I often find need to write a trivial (let's say, under 100 SLOC + tests + docs + build system config) library that helps me to write code of some other (large) project in a ...
0votes
3answers
818views

I want to understand what is the main difference in these two diagrams when it comes to the Model-View-Controller pattern. If there is a difference, how should I choose to construct my program? What ...
0votes
1answer
248views

We have research code that consists of Jupyter notebooks and large data files. At the same time, we also have production code that consists of Python source and CloudFormation templates. There is ...
Chewers Jingoist's user avatar

153050per page
1
2345
14

Hot Network Questions

more hot questions
Newest project-structure questions feed

[8]ページ先頭

©2009-2025 Movatter.jp